ClanSoft logo
ClanSoft logo
Entire Class Index Main Class Index Cross Index Global Index

Class CL_ClipInfo

Clipping information class.
Contained in: global
Derived from: none
Derived by: none
Group: GL (OpenGL)

#include <ClanLib/gl.h>



Description:

This class is used by all drawable objects to do intercommunication between what's viewable and what isn't.
At the moment it only contains the camera (eye type) and camera's viewpoint, but if more advanced clipping techniques should be needed, then this is where the toplevel support should be added.


Variable Member Descriptions:

CL_ClipInfo::camera - The camera/eye type.
CL_Camera camera;

CL_ClipInfo::distance - Distance from center to real pos
float distance;

CL_ClipInfo::viewpoint - The camera/eye's viewpoint center.
CL_Viewpoint viewpoint;