From: Gareth H. <ga...@va...> - 2000-10-30 23:02:39
|
"Dieter Nützel" wrote: > > which image file do you use for testing? > I get mostly 'No image file.' > Or this: > > SunWave1>./sphere -f ../images/girl.rgb > Invalid image format (must be `P6') There's a file rgbtoppm.c in Mesa/samples - compile it up and run it on the .rgb image files to create .ppm image files. Not sure what the command line options are, but it's pretty trivial to do. Once you've got a bunch of .ppm images, all of the apps in Mesa/samples should work. They all require this different format. -- Gareth |