Panda3D
Functions | Variables
config_assimp.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pandatoolbase.h"
#include "configVariableBool.h"
#include "configVariableDouble.h"
#include "dconfig.h"

Go to the source code of this file.

Functions

 ConfigureDecl (config_assimp, EXPCL_ASSIMP, EXPTP_ASSIMP)
 
EXPCL_ASSIMP void init_libassimp ()
 Initializes the library. More...
 
 NotifyCategoryDecl (assimp, EXPCL_ASSIMP, EXPTP_ASSIMP)
 

Variables

ConfigVariableBool assimp_calc_tangent_space
 
ConfigVariableBool assimp_fix_infacing_normals
 
ConfigVariableBool assimp_flip_winding_order
 
ConfigVariableBool assimp_gen_normals
 
ConfigVariableBool assimp_improve_cache_locality
 
ConfigVariableBool assimp_join_identical_vertices
 
ConfigVariableBool assimp_optimize_graph
 
ConfigVariableBool assimp_optimize_meshes
 
ConfigVariableBool assimp_remove_redundant_materials
 
ConfigVariableDouble assimp_smooth_normal_angle
 

Detailed Description

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."

Author
rdb
Date
2011-03-29

Definition in file config_assimp.h.

Function Documentation

◆ init_libassimp()

EXPCL_ASSIMP void init_libassimp ( )

Initializes the library.

This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist.

Definition at line 96 of file config_assimp.cxx.

References LoaderFileTypeRegistry::get_global_ptr(), and LoaderFileTypeRegistry::register_type().