Hey guys,
In that demo, how was that flashy background accomplished? It looks like you’re editing shader code?
Also, could it be done with the lights system in defold?
Thanks,
Johnny
Hey guys,
In that demo, how was that flashy background accomplished? It looks like you’re editing shader code?
Also, could it be done with the lights system in defold?
Thanks,
Johnny
Yes, that is done with custom shaders. There is no lights system but you can do lights in shaders. Send in light positions in the shaders as uniforms.
A manual on shaders is on its way btw to accompany the materials and render manuals.
Sweet. Looking forward to that. Thanks!
awesome… thank you!