Merge branch 'mesa_7_6_branch'
[mesa.git] / progs / objviewer / README.txt
1
2 This .obj viewer is based on the "smooth" program by Nate Robins
3 found in the Kilgard GLUT package.
4
5 The alpine sky box textures come from http://www.hazelwhorley.com/skyboxtex3_bitmaps.html
6
7 The bunny.obj and buddha.obj models come from Stanford.
8
9 The GreatLakesBiplaneHP.obj model comes from http://www.sharecg.com/v/25978/3D-Model/Great-Lakes-Biplane-Model
10
11 The bobcat.obj model comes from http://www.sharecg.com/v/24771/3D-Model/Bobcat,3d-studio-and-wavefront-objects
12
13 The .obj file reader code in glm.c isn't perfect. Not all .obj files are
14 parsed correctly. There are often mistakes in material-to-triangle assignments.
15
16
17 Mouse:
18 Left = rotate
19 Middle = scale
20 Right = menu
21
22 Keyboard:
23 See pop-up menu for keyboard shortcuts, or press 'h'.