Panda3D
|
00001 // Filename: eggMorphList.cxx 00002 // Created by: drose (15May01) 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 "eggMorphList.h" 00016 00017 // Continue all of the vector import definitions. 00018 00019 #define EXPCL EXPCL_PANDAEGG 00020 #define EXPTP EXPTP_PANDAEGG 00021 #define TYPE LVector3d 00022 #define NAME vector_LVector3d 00023 #include "vector_src.cxx" 00024 00025 #define EXPCL EXPCL_PANDAEGG 00026 #define EXPTP EXPTP_PANDAEGG 00027 #define TYPE LVector2d 00028 #define NAME vector_LVector2d 00029 #include "vector_src.cxx" 00030 00031 #define EXPCL EXPCL_PANDAEGG 00032 #define EXPTP EXPTP_PANDAEGG 00033 #define TYPE LVector4 00034 #define NAME vector_LVector4 00035 #include "vector_src.cxx"