This is the documentation for Enlighten.
class Geo IRtGeom
class Geo::IRtGeom
An interface used by the raytracers to fill their internal mesh data structures.
Functions
Name | Description |
|---|---|
Returns how many triangles in the mesh. | |
Returns how many vertices in the mesh. | |
Return a pointer to the index array. | |
Return a pointer to the vertex array. |
virtual Geo::s32 Geo::IRtGeom::GetNumRtTriangles
public: Geo::s32 GetNumRtTriangles() const
Returns how many triangles in the mesh.
virtual Geo::s32 Geo::IRtGeom::GetNumRtVertices
public: Geo::s32 GetNumRtVertices() const
Returns how many vertices in the mesh.
virtual const Geo::s32* Geo::IRtGeom::GetRtIndexArray
public: const Geo::s32 * GetRtIndexArray() const
Return a pointer to the index array.
virtual const float* Geo::IRtGeom::GetRtVertexArray
public: const float * GetRtVertexArray() const
Return a pointer to the vertex array.