/
class Enlighten PipelineMesh
This is the documentation for Enlighten.
class Enlighten PipelineMesh
class Enlighten::PipelineMesh
A mesh object, corresponding to a single <mesh> element within the .geom file.
Typedefs
Name | Description |
---|---|
Geo::GeoRefReleasePtr< IPrecompInputMesh > MeshPtr | A reference counted pointer to an input mesh. |
Variables
Name | Description |
---|---|
MeshPtr 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< PipelineMaterial > m_Materials | One entry for each material slot within this mesh. |
Geo::GeoFileString m_Name | The name of this mesh object. |
Functions
Name | Description |
---|---|
PipelineMesh(Geo::GeoFileString, MeshPtr, bool, Geo::GeoArray< PipelineMaterial >, Geo::s32) | Constructor. |
Enlighten::PipelineMesh::PipelineMesh
public: PipelineMesh
(
Geo::GeoFileString name,
MeshPtr inputMesh,
bool target,
Geo::GeoArray< PipelineMaterial > materials,
Geo::s32 lod
)
Constructor.
, multiple selections available,
Related content
class Enlighten PipelineMesh
class Enlighten PipelineMesh
More like this
class Enlighten PipelineMesh
class Enlighten PipelineMesh
More like this
module Pipeline
module Pipeline
More like this
module Pipeline
module Pipeline
More like this
class Enlighten PipelineGeom
class Enlighten PipelineGeom
More like this
class Enlighten PipelineRadiosityInstance
class Enlighten PipelineRadiosityInstance
More like this