14 #ifndef PHYSXCLOTHMESHDESC_H 15 #define PHYSXCLOTHMESHDESC_H 33 INLINE
bool is_valid()
const;
35 void set_num_vertices(
unsigned int n);
36 void set_vertex(
unsigned int idx,
37 const LPoint3f &vert,
const LPoint2f &texcoord);
39 void set_num_triangles(
unsigned int n);
40 void set_triangle(
unsigned int idx,
41 unsigned int i1,
unsigned int i2,
unsigned int i3);
43 void set_from_node_path(
const NodePath &np);
46 INLINE
const NxClothMeshDesc &get_desc()
const;
50 NxClothMeshDesc _desc;
59 #endif // PHYSXCLOTHMESHDESC_H PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is our own Panda specialization on the default STL list.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
NodePath is the fundamental system for disambiguating instances, and also provides a higher-level int...