GeometryLevel::ScaleGeometryLevel
Defined in: C4GeometryLevel.h
Scales the geometrical data in a geometry level.
Prototype
void ScaleGeometryLevel(const Vector3D& scale);
Parameters
scale |
The scale to apply to the geometry level.
|
Description
The ScaleGeometryLevel function scales the contents of a geometry level by the scaling vector given by the scale 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
GeometryLevel::TransformGeometryLevel
GeometryLevel::TranslateGeometryLevel
|