This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

struct Enlighten::MaterialGuids::MeshInfo

Stored data for a mesh.

Variables

Name Description
Geo::s32 firstMaterialGuidMappingIdx

Index into the GetMaterialGuidMappings() array which contains the first material guid -> u32 id mapping for this mesh.

Geo::s32 geometryIdx

Index into the GetGeometries() array.

Geo::GeoGuid meshGuid

Mesh GUID.

Geo::s32 numMaterialGuidMappings

The number of material guid -> u32 id mappings for this mesh.

Geo::s16 sourceMeshIdx

Index of this mesh when it was added to an IPrecompInputGeometry in the precompute.

Functions

Name Description
ByteSwapMembers()

Byte-swaps the members of this struct.


void Enlighten::MaterialGuids::MeshInfo::ByteSwapMembers


public: void ByteSwapMembers()


Byte-swaps the members of this struct.

  • No labels