15 #ifndef PHYSXCLOTHMESHDESC_H
16 #define PHYSXCLOTHMESHDESC_H
18 #include "pandabase.h"
23 #include "physx_includes.h"
33 INLINE ~PhysxClothMeshDesc();
35 INLINE
bool is_valid()
const;
37 void set_num_vertices(
unsigned int n);
38 void set_vertex(
unsigned int idx,
41 void set_num_triangles(
unsigned int n);
42 void set_triangle(
unsigned int idx,
43 unsigned int i1,
unsigned int i2,
unsigned int i3);
45 void set_from_node_path(
const NodePath &np);
48 INLINE
const NxClothMeshDesc &get_desc()
const;
52 NxClothMeshDesc _desc;
59 #include "physxClothMeshDesc.I"
61 #endif // PHYSXCLOTHMESHDESC_H
This is a three-component point in space (as opposed to a three-component vector, which represents a ...
This is our own Panda specialization on the default STL list.
This is a two-component point in space.
NodePath is the fundamental system for disambiguating instances, and also provides a higher-level int...