Mesh::TransformMesh
Defined in:
Transforms the geometrical data in a mesh.
C4Mesh.h
Prototype
void TransformMesh(const Transform4D& transform);
Parameters
transform |
The transform to apply to the mesh. |
Description
The TransformMesh
function transforms the contents of a mesh by the matrix given by the transform
parameter. This operation affects the vertex array, normal array, and plane array. Any existing tangent array must be recalculated after this operation is applied.
See Also