// // C++ Interface: modelsList // // Description: // Liste des modèles utilisés avec un id pour chaque type. // // Authors: Eric Bechet (C) 2012 // Etienne Lemaire // Etudiants Infographie 2008-2011 // // Copyright: See COPYING file that comes with this distribution // // #ifndef MODELSLIST_H_ #define MODELSLIST_H_ enum Model { GSPHERE, GAMBIENT, GDISC, GMESHMODEL }; #endif /* MODELSLIST_H_ */