/
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.
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< 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, Geo::GeoRefReleasePtr< IPrecompInputMesh >, bool, Geo::GeoArray< PipelineMaterial >, Geo::s32) | Constructor. Takes ownership of the mesh. |
Enlighten::PipelineMesh::PipelineMesh
public: PipelineMesh
(
Geo::GeoFileString name,
Geo::GeoRefReleasePtr< IPrecompInputMesh > inputMesh,
bool target,
Geo::GeoArray< PipelineMaterial > materials,
Geo::s32 lod
)
Constructor. Takes ownership of the mesh.
, multiple selections available,
Related content
How Enlighten works
How Enlighten works
More like this
9. Efficient Enlighten lighting
9. Efficient Enlighten lighting
More like this
Enlighten UE5 4.01 Release Notes
Enlighten UE5 4.01 Release Notes
More like this
2. Run the parameterize
2. Run the parameterize
More like this
Shared lightmaps
Shared lightmaps
More like this
Precompute your level
Precompute your level
More like this