C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class MeshGeometryObject

Defined in:  C4GeometryObjects.h
The MeshGeometryObject class encapsulates data for a mesh geometry.
Definition

class MeshGeometryObject : public GeometryObject

Constructor

MeshGeometryObject(const Geometry *geometry);

Parameters
geometry A pointer to another geometry node that is copied into the mesh geometry..
Description
Base Classes
GeometryObject A MeshGeometryObject is an object that can be shared by multiple mesh geometry nodes.
See Also

MeshGeometry