Home
last modified time | relevance | path

Searched refs:m_tri_index_buffer (Results 1 – 2 of 2) sorted by relevance

/dports/devel/ode/ode-0.13/GIMPACT/src/
H A Dgim_trimesh.cpp35 return trimesh->m_tri_index_buffer.m_element_count/3; in gim_trimesh_get_triangle_count()
54 gim_buffer_array_copy_ref(triindex_array,&trimesh->m_tri_index_buffer); in gim_trimesh_create_from_arrays()
148 GIM_BUFFER_ARRAY_DESTROY(trimesh->m_tri_index_buffer); in gim_trimesh_destroy()
179 gim_buffer_array_copy_value(&source_trimesh->m_tri_index_buffer, in gim_trimesh_copy()
198 res=gim_buffer_array_lock(&trimesh->m_tri_index_buffer,G_MA_READ_ONLY); in gim_trimesh_locks_work_data()
211 gim_buffer_array_unlock(&trimesh->m_tri_index_buffer); in gim_trimesh_unlocks_work_data()
270 GUINT32 * triangle_indices = GIM_BUFFER_ARRAY_POINTER(GUINT32,trimesh->m_tri_index_buffer,0); in gim_trimesh_update_aabbset()
331 …GUINT32 * triangle_indices = GIM_BUFFER_ARRAY_POINTER(GUINT32,trimesh->m_tri_index_buffer,triangle… in gim_trimesh_get_triangle_data()
374 …GUINT32 * triangle_indices = GIM_BUFFER_ARRAY_POINTER(GUINT32,trimesh->m_tri_index_buffer,triangle… in gim_trimesh_get_triangle_vertices()
/dports/devel/ode/ode-0.13/GIMPACT/include/GIMPACT/
H A Dgim_trimesh.h139 GBUFFER_ARRAY m_tri_index_buffer; member