Panda3D
Loading...
Searching...
No Matches
physxConvexForceFieldShapeDesc.h
Go to the documentation of this file.
1/**
2 * PANDA 3D SOFTWARE
3 * Copyright (c) Carnegie Mellon University. All rights reserved.
4 *
5 * All use of this software is subject to the terms of the revised BSD
6 * license. You should have received a copy of this license along
7 * with this source code in a file named "LICENSE."
8 *
9 * @file physxConvexForceFieldShapeDesc.h
10 * @author enn0x
11 * @date 2009-11-06
12 */
13
14#ifndef PHYSXCONVEXFORCEFIELDSHAPEDESC_H
15#define PHYSXCONVEXFORCEFIELDSHAPEDESC_H
16
17#include "pandabase.h"
18
20#include "physx_includes.h"
21
22class PhysxConvexMesh;
23
24/**
25 * A descriptor for a convex force field shape.
26 */
27class EXPCL_PANDAPHYSX PhysxConvexForceFieldShapeDesc : public PhysxForceFieldShapeDesc {
28
29PUBLISHED:
30 INLINE PhysxConvexForceFieldShapeDesc();
31 INLINE ~PhysxConvexForceFieldShapeDesc();
32
33 INLINE void set_to_default();
34 INLINE bool is_valid() const;
35
36 void set_mesh(PhysxConvexMesh *mesh);
37
38public:
39 NxForceFieldShapeDesc *ptr() const { return (NxForceFieldShapeDesc *)&_desc; };
40 NxConvexForceFieldShapeDesc _desc;
41};
42
44
45#endif // PHYSXCONVEXFORCEFIELDSHAPEDESC_H
void set_to_default()
(re)sets the structure to the default.
bool is_valid() const
Returns true if the descriptor is valid.
void set_mesh(PhysxConvexMesh *mesh)
Sets the convex mesh for this force field shape.
A Convex Mesh.
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.