|
Panda3D
|
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "eggToDAE.h"#include "dcast.h"#include "pandaVersion.h"#include <FCDocument/FCDocument.h>#include <FCDocument/FCDAsset.h>#include <FCDocument/FCDTransform.h>Go to the source code of this file.
Macros | |
| #define | FROM_FSTRING(fs) |
| #define | FROM_MAT4(v) |
| #define | FROM_VEC3(v) |
| #define | FROM_VEC4(v) |
| #define | TO_COLOR(v) |
| #define | TO_VEC3(v) |
| #define | TO_VEC4(v) |
Functions | |
| int | main (int argc, char *argv[]) |
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 eggToDAE.cxx.
| #define FROM_FSTRING | ( | fs | ) |
Definition at line 29 of file eggToDAE.cxx.
| #define FROM_MAT4 | ( | v | ) |
Definition at line 28 of file eggToDAE.cxx.
| #define FROM_VEC3 | ( | v | ) |
Definition at line 26 of file eggToDAE.cxx.
| #define FROM_VEC4 | ( | v | ) |
Definition at line 27 of file eggToDAE.cxx.
| #define TO_COLOR | ( | v | ) |
Definition at line 25 of file eggToDAE.cxx.
| #define TO_VEC3 | ( | v | ) |
Definition at line 23 of file eggToDAE.cxx.
| #define TO_VEC4 | ( | v | ) |
Definition at line 24 of file eggToDAE.cxx.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 168 of file eggToDAE.cxx.