Base class: Object
This class describes a flat surface of a Brush entity.
Property | Type | Description |
---|---|---|
plane | const Plane& | read-only face plane |
AddIndice | Method | adds an indice to the face |
GetMaterial | Method | returns the face material |
GetTextureMappingPlane | Method | returns the face texture mapping planes |
GetTextureMappingRotation | Method | returns the face texture mapping rotation |
GetTextureMappingScale | Method | returns the face texture mapping scale |
GetTextureMappingTranslation | Method | returns the face texture mapping translation |
SetMaterial | Method | applies a material to the face |
SetTextureMappingPlane | Method | overrides the automatic face texture mapping planes |
SetTextureMappingRotation | Method | sets the face texture mapping rotation |
SetTextureMappingScale | Method | sets the face texture mapping scale |
SetTextureMappingTranslation | Method | sets the face texture mapping translation |