gallium: add target-helpers/wrap_screen.c to C_SOURCES
[mesa/mesa-lb.git] / progs / objviewer / README.txt
blob9b18fca3d0ea09ceb1d076cf8347fcccf7601cbb
2 This .obj viewer is based on the "smooth" program by Nate Robins
3 found in the Kilgard GLUT package.
5 The alpine sky box textures come from http://www.hazelwhorley.com/skyboxtex3_bitmaps.html
7 The bunny.obj and buddha.obj models come from Stanford.
9 The GreatLakesBiplaneHP.obj model comes from http://www.sharecg.com/v/25978/3D-Model/Great-Lakes-Biplane-Model
11 The bobcat.obj model comes from http://www.sharecg.com/v/24771/3D-Model/Bobcat,3d-studio-and-wavefront-objects
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.
17 Mouse:
18    Left = rotate
19    Middle = scale
20    Right = menu
22 Keyboard:
23    See pop-up menu for keyboard shortcuts, or press 'h'.