Panda3D
|
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
Go to the source code of this file.
Classes | |
class | PhysxEnums |
This class exists just to provide scoping for the enums shared by PhysX classes. More... | |
Macros | |
#define | NX_WF_ACCELERATED 1<<3 |
#define | NX_WF_AFFECTED_BY_HANDBRAKE 1<<2 |
#define | NX_WF_STEERABLE_AUTO 1<<1 |
#define | NX_WF_STEERABLE_INPUT 1<<0 |
Functions | |
EXPCL_PANDAPHYSX std::ostream & | operator<< (std::ostream &out, PhysxEnums::PhysxUpAxis axis) |
EXPCL_PANDAPHYSX std::istream & | operator>> (std::istream &in, PhysxEnums::PhysxUpAxis &axis) |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file physxEnums.h.
#define NX_WF_ACCELERATED 1<<3 |
Definition at line 349 of file physxEnums.h.
#define NX_WF_AFFECTED_BY_HANDBRAKE 1<<2 |
Definition at line 348 of file physxEnums.h.
#define NX_WF_STEERABLE_AUTO 1<<1 |
Definition at line 347 of file physxEnums.h.
#define NX_WF_STEERABLE_INPUT 1<<0 |
Definition at line 346 of file physxEnums.h.
EXPCL_PANDAPHYSX std::ostream & operator<< | ( | std::ostream & | out, |
PhysxEnums::PhysxUpAxis | axis ) |
Definition at line 19 of file physxEnums.cxx.
EXPCL_PANDAPHYSX std::istream & operator>> | ( | std::istream & | in, |
PhysxEnums::PhysxUpAxis & | axis ) |
Definition at line 37 of file physxEnums.cxx.