oa::FnMesh::transform
Apply an affine matrix to all positions and normals. The mesh remains unchanged when the transform is singular, non-finite, or produces an invalid vertex.
Function Documentation
Apply an affine matrix to all positions and normals. The mesh remains unchanged when the transform is singular, non-finite, or produces an invalid vertex.
Parameters
inMeshoa::MeshData &—
inMatrixconst oa::vlm::Mat4 &—
Returns
oa::StatusThe declared return value.