|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::CVegetableShape Class ReferenceA vegetable shape.
More...
#include <vegetable_shape.h>
List of all members.
Detailed Description
A vegetable shape.
Ie not deformed by instanciation. -
Author:
-
Lionel Berenguier , Nevrax France
-
Date:
-
2001
Definition at line 108 of file vegetable_shape.h.
Constructor & Destructor Documentation
NL3D::CVegetableShape::CVegetableShape |
( |
|
) |
|
|
Member Function Documentation
|
build a vegetable shape, with a standard shape.
Definition at line 52 of file vegetable_shape.cpp.
References AlphaBlend, BendCenterMode, BestSidedPreComputeLighting, DoubleSided, format, InstanceVertices, Lighted, nlassert, PreComputeLighting, TriangleIndices, VB, w, and z. |
void NL3D::CVegetableShape::loadShape |
( |
const std::string & |
shape |
) |
|
|
|
serial.
Definition at line 186 of file vegetable_shape.cpp.
References AlphaBlend, BendCenterMode, BestSidedPreComputeLighting, DoubleSided, InstanceVertices, NLMISC::IStream::isReading, Lighted, PreComputeLighting, NLMISC::IStream::serial, NLMISC::IStream::serialCheck, NLMISC::IStream::serialCont, NLMISC::IStream::serialEnum, NLMISC::IStream::serialVersion, TriangleIndices, and VB.
Referenced by loadShape. |
Member Data Documentation
bool NL3D::CVegetableShape::AlphaBlend
|
|
bool NL3D::CVegetableShape::BestSidedPreComputeLighting
|
|
bool NL3D::CVegetableShape::DoubleSided
|
|
std::vector<uint32> NL3D::CVegetableShape::InstanceVertices
|
|
bool NL3D::CVegetableShape::Lighted
|
|
bool NL3D::CVegetableShape::PreComputeLighting
|
|
std::vector<uint32> NL3D::CVegetableShape::TriangleIndices
|
|
|
VertexBuffer of this Shape, ready to be transformed and copied into vegetable manager Format is Pos/Normal/Tex0/Tex1 (no Normal if !Lighted).
where Tex1.U==BendWeigth
Definition at line 138 of file vegetable_shape.h.
Referenced by build, and serial. |
The documentation for this class was generated from the following files:
|
|