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