![]() |
Public API Reference |
#include <trimesh.h>
Public Methods | |
| csTriangleVertices (csTriangleMesh *mesh, csVector3 *verts, int num_verts) | |
| Build vertex table for a triangle mesh. More... | |
| void | UpdateVertices (csVector3 *verts) |
| Update vertex table for a given set of vertices (with the same number as at init). More... | |
Definition at line 98 of file trimesh.h.
|
||||||||||||||||
|
Build vertex table for a triangle mesh.
|
|
|
Update vertex table for a given set of vertices (with the same number as at init).
|