Posted by Turbo Pascal on March 27, 2000 at 13:01:53:
In reply to: Re: New treditor.exe posted by rgbold on March 20, 2000 at 17:04:16:
: Also I need to ask you a question about RVIEW, have you had any
: feedback from people with 3DFX cards? It seems RVIEW will not
: work correctly (apply textures) unless the 3dfxogl driver is disabled.
: I was having a lot of problems a while ago writing a program that used
: GL Pick/Selection methods (gluPickMatrix, etc). Could never get it to
: work. Pretty sure now that the probs was the same. Thanks again.
Sorry for not answer this before.
Yes, i have that problem, in hardware accelerate mode we can't apply textures
to triangles, only to rectangles; but in software mode the program run fine.
I dont know why is this problem, but i fixed it drawing the triangles with rectangles, i mean, i draw the triangles with the rectangles command (gl_quads) just using x3,y3,z3 for the 4th cords.
I will send a new Rview.exe version with this fix soon.