// // C++ Interface: modelsList // // Description: // Liste des modèles utilisés avec un id pour chaque type. // // Authors: Dalla Corte Ludovic (C) 2011 // Phan Laurent // Etudiants Infographie Groupe 1 2010-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_ */