|
World Manager
C4GeometryObjects.h
class MeshGeometryObject
The MeshGeometryObject class encapsulates data for a mesh geometry.
Definition
class MeshGeometryObject : public GenericGeometryObject
Constructor
MeshGeometryObject(const Geometry *geometry);
Parameters
geometry |
A pointer to another geometry node that is copied into the mesh geometry..
|
Description
Base Classes
GenericGeometryObject |
A MeshGeometryObject is an object that can be shared by multiple mesh geometry nodes.
|
See Also
MeshGeometry
|