|
AGX Dynamics 2.41.1.2
|
Functions for generating Trimesh shapes from meshes, and for serializing them. More...
Functions | |
| AGXPHYSICS_EXPORT agxUtil::RawMeshRefVector | createRawMeshFromFile (const agx::String &filename, const agx::Matrix3x3 &vertexRotateAndScale=agx::Matrix3x3(), const agx::Vec3 &vertexTranslate=agx::Vec3()) |
| Create a mesh shape from a file containing mesh data (only obj is supported formats today). | |
Functions for generating Trimesh shapes from meshes, and for serializing them.
| AGXPHYSICS_EXPORT agxUtil::RawMeshRefVector agxUtil::RawMeshReader::createRawMeshFromFile | ( | const agx::String & | filename, |
| const agx::Matrix3x3 & | vertexRotateAndScale = agx::Matrix3x3(), |
||
| const agx::Vec3 & | vertexTranslate = agx::Vec3() |
||
| ) |
Create a mesh shape from a file containing mesh data (only obj is supported formats today).
| filename | File to create mesh from |
| vertexRotateAndScale | Rotation and scale of mesh |
| vertexTranslate | Translation of mesh |