PfConvert.hpp

Go to the documentation of this file.
00001 /* COPYRIGHT
00002  *
00003  * This file is part of the Simple Object Loader and Renderer - SOLAR
00004  *
00005  * Read the file "SOLAR-LICENSE" for the license.
00006  *
00007  * Authors & Copyright:
00008  *
00009  * Tommi Ilmonen, 2001-2003, except LWO-code by RJ, 2001-2003
00010  *
00011  * Tommi's email: firstname.lastname@hut.fi
00012  *
00013  */
00014 
00015 #ifndef SOLAR_PF_CONVERT_HPP
00016 #define SOLAR_PF_CONVERT_HPP
00017 
00018 #ifndef HAVE_PERFORMER
00019 #error "You do not have Performer configured"
00020 #endif
00021 
00022 extern "C"
00023 {
00024 #define PF_C_API 1
00025 #define PF_CPLUSPLUS_API 0 
00026 #include <Performer/pf.h>
00027 }
00028 
00029 namespace Solar {
00030   
00031   class Model;
00032 
00033   class PfConvert 
00034   {
00035   public:
00036     static bool convert(Solar::Model *, pfGroup *);
00037     static bool load(Solar::Model *, const char *);
00038   };
00039   
00040 }
00041 
00042 #endif

Generated on Mon Mar 12 21:09:00 2007 for VEE - The Visual Effects Engine by  doxygen 1.4.6