Panda3D
Loading...
Searching...
No Matches
config_assimp.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_assimp.h
10 * @author rdb
11 * @date 2011-03-29
12 */
13
14#ifndef CONFIG_ASSIMP_H
15#define CONFIG_ASSIMP_H
16
17#include "pandatoolbase.h"
18#include "notifyCategoryProxy.h"
19#include "configVariableBool.h"
21#include "dconfig.h"
22
23ConfigureDecl(config_assimp, EXPCL_ASSIMP, EXPTP_ASSIMP);
24NotifyCategoryDecl(assimp, EXPCL_ASSIMP, EXPTP_ASSIMP);
25
26extern ConfigVariableBool assimp_calc_tangent_space;
27extern ConfigVariableBool assimp_join_identical_vertices;
28extern ConfigVariableBool assimp_improve_cache_locality;
29extern ConfigVariableBool assimp_remove_redundant_materials;
30extern ConfigVariableBool assimp_fix_infacing_normals;
31extern ConfigVariableBool assimp_optimize_meshes;
32extern ConfigVariableBool assimp_optimize_graph;
33extern ConfigVariableBool assimp_flip_winding_order;
34extern ConfigVariableBool assimp_gen_normals;
35extern ConfigVariableDouble assimp_smooth_normal_angle;
36extern ConfigVariableBool assimp_collapse_dummy_root_node;
37
38extern EXPCL_ASSIMP void init_libassimp();
39
40#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.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
EXPCL_ASSIMP void init_libassimp()
Initializes the library.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.