[Plib-users] Model infinite plane
Brought to you by:
sjbaker
From: Daniel S. <djs...@uc...> - 2004-12-27 21:41:29
|
Hi - I'm looking for suggestions as to an efficient way to model an infinite plane. My thought is to subclass VtxTable and use the pre-cull callback to compute the intersection of the plane with the frustum, and place those points into the VtxTable prior to returning. This is the general case -- i.e. where the plane itself may not be aligned with the frustum in any particular way. Dan |