A few of the downloads work fine with the example executable, but when I compile the project, I get a black screen with lights on the "Soft Shadows" and a blank green screen with the "Post Bloom".
I think I've narrowed it down to something with the effect. For instance, if I rem out the assignment
Quote: "dbSetObjectEffect(1,1);"
in the Soft Shadows example, the lights cull properly as if the object is there, but when I use the
Quote: "dbSetObjectEffect(1,1);"
, the lights leave a trail (because the backdrop is off) and they don't cull......
Does anyone know what is going on?
The fastest code is the code never written.