Panda3D

config_pgraphnodes.h

00001 // Filename: config_pgraphnodes.h
00002 // Created by:  drose (05Nov08)
00003 //
00004 ////////////////////////////////////////////////////////////////////
00005 //
00006 // PANDA 3D SOFTWARE
00007 // Copyright (c) Carnegie Mellon University.  All rights reserved.
00008 //
00009 // All use of this software is subject to the terms of the revised BSD
00010 // license.  You should have received a copy of this license along
00011 // with this source code in a file named "LICENSE."
00012 //
00013 ////////////////////////////////////////////////////////////////////
00014 
00015 #ifndef CONFIG_PGRAPHNODES_H
00016 #define CONFIG_PGRAPHNODES_H
00017 
00018 #include "pandabase.h"
00019 #include "lodNodeType.h"
00020 #include "configVariableEnum.h"
00021 #include "configVariableDouble.h"
00022 
00023 class DSearchPath;
00024 
00025 ConfigureDecl(config_pgraphnodes, EXPCL_PANDA_PGRAPHNODES, EXPTP_PANDA_PGRAPHNODES);
00026 NotifyCategoryDecl(pgraphnodes, EXPCL_PANDA_PGRAPHNODES, EXPTP_PANDA_PGRAPHNODES);
00027 
00028 extern ConfigVariableEnum<LODNodeType> default_lod_type;
00029 extern ConfigVariableInt parallax_mapping_samples;
00030 extern ConfigVariableDouble parallax_mapping_scale;
00031 
00032 extern EXPCL_PANDA_PGRAPHNODES void init_libpgraphnodes();
00033 
00034 #endif
 All Classes Functions Variables Enumerations