World Manager
C4Geometries.h

class MeshGeometry

The MeshGeometry class represents a mesh geometry node in a scene graph.
Definition

class MeshGeometry : public GenericGeometry

Constructor

MeshGeometry(const Geometry *geometry);

Parameters
geometry A pointer to another geometry node that is copied into the mesh geometry.
Description


Base Classes
GenericGeometry A mesh geometry node is a specific type of generic geometry.
See Also
MeshGeometryObject