Panda3D
config_collada.h
1 // Filename: config_collada.h
2 // Created by: Xidram (21Dec10)
3 //
4 ////////////////////////////////////////////////////////////////////
5 //
6 // PANDA 3D SOFTWARE
7 // Copyright (c) Carnegie Mellon University. All rights reserved.
8 //
9 // All use of this software is subject to the terms of the revised BSD
10 // license. You should have received a copy of this license along
11 // with this source code in a file named "LICENSE."
12 //
13 ////////////////////////////////////////////////////////////////////
14 
15 #ifndef CONFIG_COLLADA_H
16 #define CONFIG_COLLADA_H
17 
18 #include "pandabase.h"
19 
20 #include "notifyCategoryProxy.h"
21 #include "dconfig.h"
22 
23 template<class T> class daeTArray;
24 template<class T> class daeSmartRef;
25 
26 ConfigureDecl(config_collada, EXPCL_COLLADA, EXPTP_COLLADA);
27 NotifyCategoryDecl(collada, EXPCL_COLLADA, EXPTP_COLLADA);
28 
29 extern EXPCL_COLLADA ConfigVariableBool collada_flatten;
30 extern EXPCL_COLLADA ConfigVariableBool collada_unify;
31 extern EXPCL_COLLADA ConfigVariableDouble collada_flatten_radius;
32 extern EXPCL_COLLADA ConfigVariableBool collada_combine_geoms;
33 extern EXPCL_COLLADA ConfigVariableBool collada_accept_errors;
34 
35 extern EXPCL_COLLADA void init_libcollada();
36 
37 #endif
This is a convenience class to specialize ConfigVariable as a boolean type.
This is a convenience class to specialize ConfigVariable as a floating-point type.