Clipping Problem

Started by
0 comments, last by zedzeek 19 years, 2 months ago
Hi, I want to clip series of planes (quad) against a pyramid. The planes are placed in parallel (with respect to the camera) one behind the other. After clipping I finally want planes that are within the pyramid. Could any one suggest me a suitable algorithm and implementation details. Finally I want clipped planes that are present within the pyramid (the planes should be in pyramid form)
Advertisement
perhaps u can do constructive solid geometry (CSG) with boolean objects with the stencil buffer (an example comes with glut)

This topic is closed to new replies.

Advertisement