|
Blender
V3.3
|
Public Attributes | |
| btTriangleIndexVertexArray * | index_array |
| rbVert * | vertices |
| rbTri * | triangles |
| int | num_vertices |
| int | num_triangles |
Definition at line 74 of file rb_bullet_api.cpp.
| btTriangleIndexVertexArray* rbMeshData::index_array |
Definition at line 75 of file rb_bullet_api.cpp.
| int rbMeshData::num_triangles |
Definition at line 79 of file rb_bullet_api.cpp.
| int rbMeshData::num_vertices |
Definition at line 78 of file rb_bullet_api.cpp.
Referenced by RB_shape_trimesh_update().
| rbTri* rbMeshData::triangles |
Definition at line 77 of file rb_bullet_api.cpp.
| rbVert* rbMeshData::vertices |
Definition at line 76 of file rb_bullet_api.cpp.
Referenced by RB_shape_trimesh_update().