|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::CVegetableInstanceGroup Class ReferenceA block of vegetable instances.
More...
#include <vegetable_instance_group.h>
Inheritance diagram for NL3D::CVegetableInstanceGroup:
List of all members.
Detailed Description
A block of vegetable instances.
Instaces are added to an IG, and deleted when the ig is deleted. Internal to VegetableManager. Just an Handle for public. -
Author:
-
Lionel Berenguier , Nevrax France
-
Date:
-
2001
Definition at line 59 of file vegetable_instance_group.h.
Constructor & Destructor Documentation
NL3D::CVegetableInstanceGroup::CVegetableInstanceGroup |
( |
|
) |
|
|
NL3D::CVegetableInstanceGroup::~CVegetableInstanceGroup |
( |
|
) |
|
|
Member Function Documentation
bool NL3D::CVegetableInstanceGroup::isEmpty |
( |
|
) |
const |
|
void NL3D::CVegetableInstanceGroup::linkBeforeUL |
( |
CVegetableInstanceGroup * |
igNext |
) |
[private] |
|
void NL3D::CVegetableInstanceGroup::unlinkUL |
( |
|
) |
[private] |
|
Friends And Related Function Documentation
friend class CVegetableClipBlock [friend]
|
|
friend class CVegetableManager [friend]
|
|
friend class CVegetableSortBlock [friend]
|
|
Member Data Documentation
bool NL3D::CVegetableInstanceGroup::_HasZSortPassInstances [private]
|
|
CVegetableRdrPass NL3D::CVegetableInstanceGroup::_RdrPass[NL3D_VEGETABLE_NRDRPASS] [private]
|
|
uint NL3D::CVegetableInstanceGroup::_TriangleQuadrantOrderNumTriangles [private]
|
|
float* NL3D::CVegetableInstanceGroup::_TriangleQuadrantOrders[NL3D_VEGETABLE_NUM_QUADRANT] [private]
|
|
CVegetableInstanceGroup* NL3D::CVegetableInstanceGroup::_ULNext [private]
|
|
uint NL3D::CVegetableInstanceGroup::_ULNumVertices [private]
|
|
CVegetableInstanceGroup* NL3D::CVegetableInstanceGroup::_ULPrec [private]
|
|
|
The Vegetable Light Information.
Contains list of PointLights which influence the vegetIg. NB: PointLights ptrs are kept so the ig must be deleted when the lights are deleted.
Definition at line 73 of file vegetable_instance_group.h. |
The documentation for this class was generated from the following files:
|
|