From 9c0af14d75da82301652e16c35a518f3110deae8 Mon Sep 17 00:00:00 2001 From: aramis_acg Date: Wed, 5 Jan 2011 15:03:14 +0000 Subject: [PATCH] - fix doc. git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@884 67173fc5-114c-0410-ac8e-9d2fd5bffc1f --- include/aiConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/aiConfig.h b/include/aiConfig.h index 436a7e29e..a6e11b09a 100644 --- a/include/aiConfig.h +++ b/include/aiConfig.h @@ -200,7 +200,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // --------------------------------------------------------------------------- /** @brief Configures the #aiProcess_PretransformVertices step to normalize - * all vertex components into the -1...1 range. That is, a bounding box + * all vertex components into the [-1,1] range. That is, a bounding box * for the whole scene is computed, the maximum component is taken and all * meshes are scaled appropriately (uniformly of course!). * This might be useful if you don't know the spatial dimension of the input