assimp/samples
aramis_acg fda7571914 Clarify README for samples.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@697 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2010-04-17 18:39:12 +00:00
..
SimpleOpenGL - FEATURE : Add improved OpenGL sample sent by Brad Grantham, many thanks for your work! 2009-10-24 11:10:42 +00:00
workspaces/vc8 - FEATURE : Add improved OpenGL sample sent by Brad Grantham, many thanks for your work! 2009-10-24 11:10:42 +00:00
README Clarify README for samples. 2010-04-17 18:39:12 +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-world environments. Workspaces for all samples
are bundled in ./workspaces, makefiles 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 straightforward 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.
  Basic materials are displayed, but no textures.
----------------------------------------------------------------------------