assimp/samples
aramis_acg d7f7e40adb SimpleSample_OpenGL now builds under Linux
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@448 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2009-07-17 21:26:00 +00:00
..
SimpleOpenGL SimpleSample_OpenGL now builds under Linux 2009-07-17 21:26:00 +00:00
workspaces/vc8 Adding samples/SimpleOpenGL. 2009-06-20 14:49:49 +00:00
README Adding samples/SimpleOpenGL. 2009-06-20 14:49:49 +00:00

README

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.


----------------------------------------------------------------------------
This directory contains various samples to illustrate Assimp's
use in various real-worl environments. Workspaces for all samples
are bundled in ./workspaces, makesfiles can be found in the 
respective directories of the samples.

All GL-based samples depend on GLUT. For use with the VS workspaces,
it's best practice to copy glut right _here_ (./glut/) so the 
predefined build configuration will find it.

Also note that the VS workspaces links against the DLL version of the library,
thus you need to build it first (assimp-release-dll) and copy the dll to the
directory of the sample.

SimpleOpenGL

  A very simple and streightforward OpenGL sample. It loads a
  model (gets the path to it on the command line, default is dwarf.x)
  and displays the model as wireframe. Animations and materials are
  not evaluated at all. This samples uses the C interface to Assimp.
----------------------------------------------------------------------------