Contents, API Reference, Interfaces, iMesh, get3DFaceAttribute
iMesh::get3DFaceAttribute()
Description
Used to query ground attributes.
Syntax
tSigned32 get3DFaceAttribute(tSigned32 faceIndex, tSigned32 attributeIndex) const; |
Parameters
| faceIndex | | The index of the 3d face being queried. |
| attributeIndex | | The attribute being queried. |
Return Value
The value of the specified attribute on the specified face
Remarks
Refer to Face Attributes for a list of attributes,
but note that attributes for controlling content processing cannot be queried by this method.