Blender  V2.93
Public Attributes | List of all members
rbMeshData Struct Reference

Public Attributes

btTriangleIndexVertexArrayindex_array
 
rbVertvertices
 
rbTritriangles
 
int num_vertices
 
int num_triangles
 

Detailed Description

Definition at line 90 of file rb_bullet_api.cpp.

Member Data Documentation

◆ index_array

btTriangleIndexVertexArray* rbMeshData::index_array

Definition at line 91 of file rb_bullet_api.cpp.

◆ num_triangles

int rbMeshData::num_triangles

Definition at line 95 of file rb_bullet_api.cpp.

◆ num_vertices

int rbMeshData::num_vertices

Definition at line 94 of file rb_bullet_api.cpp.

Referenced by RB_shape_trimesh_update().

◆ triangles

rbTri* rbMeshData::triangles

Definition at line 93 of file rb_bullet_api.cpp.

◆ vertices

rbVert* rbMeshData::vertices

Definition at line 92 of file rb_bullet_api.cpp.

Referenced by RB_shape_trimesh_update().


The documentation for this struct was generated from the following file: