Blender  V3.3
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 74 of file rb_bullet_api.cpp.

Member Data Documentation

◆ index_array

btTriangleIndexVertexArray* rbMeshData::index_array

Definition at line 75 of file rb_bullet_api.cpp.

◆ num_triangles

int rbMeshData::num_triangles

Definition at line 79 of file rb_bullet_api.cpp.

◆ num_vertices

int rbMeshData::num_vertices

Definition at line 78 of file rb_bullet_api.cpp.

Referenced by RB_shape_trimesh_update().

◆ triangles

rbTri* rbMeshData::triangles

Definition at line 77 of file rb_bullet_api.cpp.

◆ vertices

rbVert* rbMeshData::vertices

Definition at line 76 of file rb_bullet_api.cpp.

Referenced by RB_shape_trimesh_update().


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