Panda3D
config_physx.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 config_physx.h
10  * @author enn0x
11  * @date 2009-09-01
12  */
13 
14 #ifndef CONFIG_PHYSX_H
15 #define CONFIG_PHYSX_H
16 
17 #include "pandabase.h"
18 #include "notifyCategoryProxy.h"
19 #include "configVariableBool.h"
20 #include "configVariableEnum.h"
21 #include "configVariableInt.h"
22 #include "configVariableString.h"
23 #include "dconfig.h"
24 
25 #include "physxEnums.h"
26 
27 ConfigureDecl(config_physx, EXPCL_PANDAPHYSX, EXPTP_PANDAPHYSX);
28 NotifyCategoryDecl(physx, EXPCL_PANDAPHYSX, EXPTP_PANDAPHYSX);
29 
30 extern EXPCL_PANDAPHYSX ConfigVariableBool physx_want_vrd;
31 extern EXPCL_PANDAPHYSX ConfigVariableString physx_vrd_host;
32 extern EXPCL_PANDAPHYSX ConfigVariableInt physx_vrd_port;
33 extern EXPCL_PANDAPHYSX ConfigVariableInt physx_internal_threads;
34 extern EXPCL_PANDAPHYSX ConfigVariableEnum<PhysxEnums::PhysxUpAxis> physx_up_axis;
35 
36 extern EXPCL_PANDAPHYSX void init_libphysx();
37 
38 #endif // CONFIG_PHYSX_H
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is a convenience class to specialize ConfigVariable as a boolean type.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is a convenience class to specialize ConfigVariable as a string type.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This class specializes ConfigVariable as an enumerated type.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
EXPCL_PANDAPHYSX void init_libphysx()
Initializes the library.
This is a convenience class to specialize ConfigVariable as an integer type.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.