Hello,
I'm implementing a simple particle system on Direct3D9 using point sprites, however I'm having a problem building the project on VS.Net 2003.
When building under Debug, everything looks fine, just as programmed:
However, when building under Release, the sprites of the particle look as if they are not lit!
I didn't touch the project properties except for adding the libraries. What'd be the problem?