14 #ifndef PHYSXCONVEXMESHDESC_H 15 #define PHYSXCONVEXMESHDESC_H 32 INLINE
bool is_valid()
const;
34 void set_num_vertices(
unsigned int n);
35 void set_vertex(
unsigned int idx,
const LPoint3f &vert);
36 void set_from_node_path(
const NodePath &np);
39 const NxConvexMeshDesc &get_desc()
const;
43 NxConvexMeshDesc _desc;
48 #endif // PHYSXCONVEXMESHDESC_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.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
NodePath is the fundamental system for disambiguating instances, and also provides a higher-level int...