|
Blender
V2.93
|
Public Attributes | |
| btTriangleIndexVertexArray * | index_array |
| rbVert * | vertices |
| rbTri * | triangles |
| int | num_vertices |
| int | num_triangles |
Definition at line 90 of file rb_bullet_api.cpp.
| btTriangleIndexVertexArray* rbMeshData::index_array |
Definition at line 91 of file rb_bullet_api.cpp.
| int rbMeshData::num_triangles |
Definition at line 95 of file rb_bullet_api.cpp.
| int rbMeshData::num_vertices |
Definition at line 94 of file rb_bullet_api.cpp.
Referenced by RB_shape_trimesh_update().
| rbTri* rbMeshData::triangles |
Definition at line 93 of file rb_bullet_api.cpp.
| rbVert* rbMeshData::vertices |
Definition at line 92 of file rb_bullet_api.cpp.
Referenced by RB_shape_trimesh_update().