On Tue, 11 Feb 2003, chris clepper wrote:
ok, now it works. The problem is that it crashes if you do not have a picture for texturing, so you should supply a version that works without texturing too. Otherwise, really cool effects
Ahh so it's a problem on linux too. Certain combinations of pix_film/pix_texture and other pix_ seem to crash this way and others are fine. We need to fix this right away.
Yes, I have just taken a look into other geo objects, and it does not seem to be guaranteed that the is a texCoord object in the state. Thats why these objects crash, they don't test for "state" and "state->texCoord" (hope its called texCoord, this is from memory).
Guenter