00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
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