Panda3D
physxBoxControllerDesc.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 physxBoxControllerDesc.h
10  * @author enn0x
11  * @date 2009-09-22
12  */
13 
14 #ifndef PHYSXBOXCONTROLLERDESC_H
15 #define PHYSXBOXCONTROLLERDESC_H
16 
17 #include "pandabase.h"
18 #include "luse.h"
19 
20 #include "physxControllerDesc.h"
21 #include "physx_includes.h"
22 
23 /**
24  * Descriptor class for PhysxBoxController.
25  */
26 class EXPCL_PANDAPHYSX PhysxBoxControllerDesc : public PhysxControllerDesc {
27 
28 PUBLISHED:
29  INLINE PhysxBoxControllerDesc();
30  INLINE ~PhysxBoxControllerDesc();
31 
32  INLINE void set_to_default();
33  INLINE bool is_valid() const;
34 
35  void set_extents(const LVector3f &extents);
36 
37  LVector3f get_extents() const;
38 
39 public:
40  NxControllerDesc *ptr() const { return (NxControllerDesc *)&_desc; };
41  NxBoxControllerDesc _desc;
42 };
43 
44 #include "physxBoxControllerDesc.I"
45 
46 #endif // PHYSXBOXCONTROLLERDESC_H
Descriptor class for PhysxBoxController.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Descriptor class for a character controller.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.