| Name | Date | Size | ||
|---|---|---|---|---|
| .. | 10-Nov-2025 | 4 KiB | ||
| glm.c | H A D | 10-Nov-2025 | 53 KiB | |
| glm.h | H A D | 10-Nov-2025 | 9.3 KiB | |
| glmdraw.c | H A D | 10-Nov-2025 | 15.4 KiB | |
| Makefile.am | H A D | 10-Nov-2025 | 1.5 KiB | |
| Makefile.in | H A D | 10-Nov-2025 | 19.8 KiB | |
| objview.c | H A D | 10-Nov-2025 | 11.7 KiB | |
| README.txt | H A D | 10-Nov-2025 | 757 | |
| skybox.c | H A D | 10-Nov-2025 | 5.1 KiB | |
| skybox.h | H A D | 10-Nov-2025 | 388 |
README.txt
1 2This .obj viewer is based on the "smooth" program by Nate Robins 3found in the Kilgard GLUT package. 4 5The alpine sky box textures come from http://www.hazelwhorley.com/skyboxtex3_bitmaps.html 6 7The bunny.obj and buddha.obj models come from Stanford. 8 9The GreatLakesBiplaneHP.obj model comes from http://www.sharecg.com/v/25978/3D-Model/Great-Lakes-Biplane-Model 10 11The bobcat.obj model comes from http://www.sharecg.com/v/24771/3D-Model/Bobcat,3d-studio-and-wavefront-objects 12 13The .obj file reader code in glm.c isn't perfect. Not all .obj files are 14parsed correctly. There are often mistakes in material-to-triangle assignments. 15 16 17Mouse: 18 Left = rotate 19 Middle = scale 20 Right = menu 21 22Keyboard: 23 See pop-up menu for keyboard shortcuts, or press 'h'. 24