예제 #1
0
int main(int argc, char *argv[])
{
#if EXPORT_OBJS
	ExportMeshes();
#endif

#if EXPORT_IMAGES
	ExportErrorImages();
#endif

#if PRINT_STATS
	PrintStats();
#endif

#if PRINT_CREATION_TIMES
	PrintCreationTimes();
#endif

	return 0;
}
// exporterar scenen
void Exporter::ExportScene()
{
	ExportMeshes();
}