dragonCASTjosh
Is there a light rotation value within the shaders or will i have to make my own uniform?
Is there a light rotation value within the shaders or will i have to make my own uniform?
cLightDirPS ?
That’s the forward dir of lights where applicable, don’t think it applies to point lights. If you want a general transform matrix of the light node then make a new uniform.
Worked perfectly