|
I am currently working on implementing a sky gradient instead of the texture being mapped onto the dome. I have also implemented lens flare when your look at the light source, the only problem now is the normals for the lighting seem to be messed up so need to sort that out :/
normal = ( v2 - v1 ) x ( v1 - v3 )
for a triange strip :/
|