This is the documentation for Enlighten.
class Enlighten ExporterMesh
class Enlighten::ExporterMesh
A mesh object, corresponding to a single <mesh> element within the .geom file.
Variables
Name | Description |
---|---|
Geo::GeoRefReleasePtr< IPrecompInputMesh > m_InputMesh | The name of this mesh object. |
bool m_IsTarget | True if this mesh is included in the radiosity computation. |
Geo::s32 m_Lod | The index of the LOD level of this mesh object. |
Geo::GeoArray< ExporterMaterial > m_Materials | One entry for each material slot within this mesh. |
Geo::GeoFileString m_Name | The name of this mesh object. |
Functions
Name | Description |
---|---|
ExporterMesh(Geo::GeoFileString, Geo::GeoRefReleasePtr< IPrecompInputMesh >, bool, Geo::GeoArray< ExporterMaterial >, Geo::s32) | Constructor. Takes ownership of the mesh. |
Enlighten::ExporterMesh::ExporterMesh
public: ExporterMesh
(
  Geo::GeoFileString name,
  Geo::GeoRefReleasePtr< IPrecompInputMesh > inputMesh,
  bool target,
  Geo::GeoArray< ExporterMaterial > materials,
  Geo::s32 lod
)
Constructor. Takes ownership of the mesh.