From fda7571914e70bcd0721c3c2c25e50764a14bb10 Mon Sep 17 00:00:00 2001 From: aramis_acg Date: Sat, 17 Apr 2010 18:39:12 +0000 Subject: [PATCH] Clarify README for samples. git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@697 67173fc5-114c-0410-ac8e-9d2fd5bffc1f --- samples/README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/README b/samples/README index 7b4a536ea..fc082ddcf 100644 --- a/samples/README +++ b/samples/README @@ -19,4 +19,5 @@ SimpleOpenGL 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. ----------------------------------------------------------------------------- \ No newline at end of file + Basic materials are displayed, but no textures. +----------------------------------------------------------------------------