LWJGL Forum

Programming => General Java Game Development => Topic started by: megapunchself on August 03, 2018, 12:45:05

Title: RGB Tint/Texture Mask
Post by: megapunchself on August 03, 2018, 12:45:05
some games and engines are using rgb/rgby tint/texture mask to create a "customize" system for players change character's colors and after be storaged in a server or game data

i just realized that the albedo is gray, the models got normal map, spec, emission n metalic/metalness texture

unreal and unity got tutorial in docs and wikis, a game example of use this is warframe (evolution engine, peoples are saying dat is c++)

is it just a shader with script to modify the shader/material? its works with lwjgl? how can i work with this on lwjgl?

i don't know if i can post links but, here is the example and a tutorial video "how it works on the evolution engine (warframe)", i suppose use 2 textures for it? the rgb texture and a alpha texture (last video minutes)?:

https://www.youtube.com/watch?v=lNBCezMYgr0

https://polycount.com/discussion/160512/warframe-tennogen-contest-final-submissions

-so the color changer will change each rgby color