record TViewFrustum

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TViewFrustum = record

Description

Defines the view frustum. That's the space visible by the camera.
The view frustum is enclosed by 6 planes. These six planes share four points. A bounding box around these four points is also stored in this structure.

Overview

Fields

CameraPosition: TVector3D;
Planes: array[0..5] of TPlane;
BoundingBox: TBoundingBox;
Matrices: array[0..1] of TMatrix4;

Description

Fields

CameraPosition: TVector3D;
 
Planes: array[0..5] of TPlane;
 
BoundingBox: TBoundingBox;
 
Matrices: array[0..1] of TMatrix4;
 

Generated by PasDoc 0.12.1 on 2012-09-14 17:32:22