C# Class TerrainDisplay.MPQ.WMO.Components.MOPY

Triangle Material Information
Show file Open project: WCell/WCell-Terrain Class Usage Examples

Public Properties

Property Type Description
Flags MaterialFlags
MaterialIndex byte

Property Details

Flags public property

MaterialFlags that affect the triangles in this group.
public MaterialFlags Flags
return MaterialFlags

MaterialIndex public property

an index into the material table in the root WMO file's MOMT chunk If -1, this tri is used to make a collision mesh (guess)
public byte MaterialIndex
return byte