C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class MeshGeometry

Defined in:  C4Geometries.h
The MeshGeometry class represents a mesh geometry node in a world.
Definition

class MeshGeometry : public Geometry

Constructor

MeshGeometry(const Geometry *geometry);

Parameters
geometry A pointer to another geometry node that is copied into the mesh geometry.
Description
The MeshGeometry class represents a mesh geometry node in the world.
Base Classes
Geometry A mesh geometry node is a specific type of geometry.
See Also

MeshGeometryObject