Panda3D
|
00001 // Filename: standard_nodes.cxx 00002 // Created by: drose (01Oct04) 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 #include "standard_nodes.h" 00016 00017 // The binary data included here was generated from standardNodes.wrl 00018 // (in this directory) file via the utility program bin2c (defined in 00019 // pandatool). It contains the set of VRML definitions that must be 00020 // loaded before any standard VRML file can be properly interpreted. 00021 00022 #ifndef CPPPARSER 00023 00024 #if defined(HAVE_ZLIB) 00025 00026 // If we have zlib available, we can store this file compressed, which 00027 // is much smaller. 00028 00029 // Regenerate this file with: 00030 00031 // pcompress standardNodes.wrl standardNodes.wrl.pz 00032 // bin2c -n standard_nodes_data -o standardNodes.wrl.pz.c standardNodes.wrl.pz 00033 00034 #include "standardNodes.wrl.pz.c" 00035 00036 #else // HAVE_ZLIB 00037 00038 // If we don't have zlib, just include the whole uncompressed file. 00039 00040 // Regenerate this file with: 00041 00042 // bin2c -n standard_nodes_data -o standardNodes.wrl.c standardNodes.wrl 00043 00044 #include "standardNodes.wrl.c" 00045 00046 #endif // HAVE_ZLIB 00047 00048 #endif // CPPPARSER