mouse to 3d

Started by
10 comments, last by jaba 20 years, 7 months ago
Thank you Lukerd for your tutorial, you have solved my problem, but when the model is renderized with lines your method doesn''t works, because you must click exactly over the lines due to the z-buffer. Any idea?
============================== Videoman Library Project
Advertisement
Hmm, i''m not sure, maybe you could try something like this...

RenderSolid();
GetOGLPos();
glClearBuffers();
RenderWire();
SwapBuffers();

It does mean making 2 passes tho, and I havent tried it.

Hyperdev

"To err is human, to really mess up requires a computer"
"To err is human, to really mess up requires a computer"

This topic is closed to new replies.

Advertisement