summaryrefslogtreecommitdiff
path: root/progs/objviewer/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'progs/objviewer/README.txt')
-rw-r--r--progs/objviewer/README.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/progs/objviewer/README.txt b/progs/objviewer/README.txt
new file mode 100644
index 0000000000..f57db22935
--- /dev/null
+++ b/progs/objviewer/README.txt
@@ -0,0 +1,15 @@
+
+This .obj viewer is based on the "smooth" program by Nate Robins
+found in the Kilgard GLUT package.
+
+The alpine sky box textures come from http://www.hazelwhorley.com/skyboxtex3_bitmaps.html
+
+The bunny.obj and buddha.obj models come from Stanford.
+
+The GreatLakesBiplaneHP.obj model comes from http://www.sharecg.com/v/25978/3D-Model/Great-Lakes-Biplane-Model
+
+The bobcat.obj model comes from http://www.sharecg.com/v/24771/3D-Model/Bobcat,3d-studio-and-wavefront-objects
+
+The .obj file reader code in glm.c isn't perfect. Not all .obj files are
+parsed correctly. There are often mistakes in material-to-triangle assignments.
+