File size: 532 Bytes
6931c7b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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: