Panda3D
panda
metalibs
pandaphysx
pandaphysx.cxx
Go to the documentation of this file.
1
/**
2
* @file pandaphysx.cxx
3
* @author pratt
4
* @date 2006-04-20
5
*/
6
7
#include "
pandaphysx.h
"
8
#include "
config_physx.h
"
9
10
/**
11
* Initializes the library. This must be called at least once before any of
12
* the functions or classes in this library can be used. Normally it will be
13
* called by the static initializers and need not be called explicitly, but
14
* special cases exist.
15
*/
16
void
17
init_libpandaphysx
() {
18
init_libphysx
();
19
}
pandaphysx.h
init_libpandaphysx
void init_libpandaphysx()
Initializes the library.
Definition:
pandaphysx.cxx:17
config_physx.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
init_libphysx
void init_libphysx()
Initializes the library.
Definition:
config_physx.cxx:117
Generated on Wed Jan 23 2019 21:39:51 for Panda3D by
1.8.15