BBrown
02-13-2001, 12:02 PM
I have a quick question on the glClipPlane call.
If your clip plane is described by the eqn. A*x+B*y+C*z=D
Then does the glClipePlane call work like this...
V=[A,B,C,D]
glClipPlane(GL_CLIP_PLANE0,V)
??
Thanks
Brian
If your clip plane is described by the eqn. A*x+B*y+C*z=D
Then does the glClipePlane call work like this...
V=[A,B,C,D]
glClipPlane(GL_CLIP_PLANE0,V)
??
Thanks
Brian