Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

class Enlighten::PipelineMesh

A mesh object, corresponding to a single <mesh> element within the .geom file.

Typedefs

NameDescription
Geo::GeoRefReleasePtr< IPrecompInputMesh > MeshPtr

A reference counted pointer to an input mesh.

Variables

NameDescription
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


Anchor
a5cbb84b663a3d769c4b6f1d44e83ed19
a5cbb84b663a3d769c4b6f1d44e83ed19

Enlighten::PipelineMesh::PipelineMesh

...

public: PipelineMesh
(
    Geo::GeoFileString name,
    MeshPtr inputMesh,
    bool target,
    Geo::GeoArray< PipelineMaterial > materials,
    Geo::s32 lod
)

...

Constructor.