OdeTriMeshGeom

from panda3d.ode import OdeTriMeshGeom
class OdeTriMeshGeom

Bases: OdeGeom

Inheritance diagram

Inheritance diagram of OdeTriMeshGeom

__init__(*args, **kwargs)
clearTCCache()

C++ Interface: clear_TC_cache(const OdeTriMeshGeom self, const OdeGeom geom)

clear_TC_cache()

C++ Interface: clear_TC_cache(const OdeTriMeshGeom self, const OdeGeom geom)

destroy()

C++ Interface: destroy(const OdeTriMeshGeom self)

enableTC()

C++ Interface: enable_TC(const OdeTriMeshGeom self, int geom_class, int enable)

enable_TC()

C++ Interface: enable_TC(const OdeTriMeshGeom self, int geom_class, int enable)

getClassType()

C++ Interface: get_class_type()

getData()

C++ Interface: get_data(OdeTriMeshGeom self)

getNumTriangles()

C++ Interface: get_num_triangles(OdeTriMeshGeom self)

getPoint()

C++ Interface: get_point(OdeTriMeshGeom self, int face_index, float u, float v)

getTriMeshData()

C++ Interface: get_tri_mesh_data(OdeTriMeshGeom self)

getTriangle()

C++ Interface: get_triangle(OdeTriMeshGeom self, int face_index, LPoint3f v0, LPoint3f v1, LPoint3f v2)

get_class_type()

C++ Interface: get_class_type()

get_data()

C++ Interface: get_data(OdeTriMeshGeom self)

get_num_triangles()

C++ Interface: get_num_triangles(OdeTriMeshGeom self)

get_point()

C++ Interface: get_point(OdeTriMeshGeom self, int face_index, float u, float v)

get_tri_mesh_data()

C++ Interface: get_tri_mesh_data(OdeTriMeshGeom self)

get_triangle()

C++ Interface: get_triangle(OdeTriMeshGeom self, int face_index, LPoint3f v0, LPoint3f v1, LPoint3f v2)

isTCEnabled()

C++ Interface: is_TC_enabled(OdeTriMeshGeom self, int geom_class)

is_TC_enabled()

C++ Interface: is_TC_enabled(OdeTriMeshGeom self, int geom_class)

setData()

C++ Interface: set_data(const OdeTriMeshGeom self, OdeTriMeshData data)

setTriMeshData()

C++ Interface: set_tri_mesh_data(const OdeTriMeshGeom self, OdeTriMeshData data)

set_data()

C++ Interface: set_data(const OdeTriMeshGeom self, OdeTriMeshData data)

set_tri_mesh_data()

C++ Interface: set_tri_mesh_data(const OdeTriMeshGeom self, OdeTriMeshData data)