| Mesh | |
| ==== | |
| The :py:class:`Mesh <psbody.mesh.mesh.Mesh>` class is the core class of the Mesh package. | |
| Loading and Saving a mesh | |
| ------------------------- | |
| The entry point for loading a mesh is :py:func:`Mesh.load_from_file <psbody.mesh.mesh.Mesh.load_from_file>`. | |
| Supported file formats: | |
| * ply | |
| * obj | |
| Querying meshes | |
| --------------- | |
| Meshes contain functions to query their content efficiently. | |
| Transforming meshes | |
| ------------------- | |
| Reference | |
| --------- | |
| .. automodule:: psbody.mesh.mesh | |
| :members: | |
| :undoc-members: | |