From 03c0c856f31dcf95ad6f37d19dd6e4600733c658 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 2 May 2006 09:49:37 +0000 Subject: [PATCH] Fixed docs on GL_SCALE_NORMAL --- include/osg/Transform | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/Transform b/include/osg/Transform index bc723033b..564f605ad 100644 --- a/include/osg/Transform +++ b/include/osg/Transform @@ -60,7 +60,7 @@ extern OSG_EXPORT Matrix computeEyeToLocal(const Matrix& modelview, const NodePa * Note: If the transformation matrix scales the subgraph then the normals * of the underlying geometry will need to be renormalized to be unit * vectors once more. This can be done transparently through OpenGL's - * use of either GL_NORMALIZE and GL_SCALE_NORMALIZE modes. For further + * use of either GL_NORMALIZE and GL_RESCALE_NORMAL modes. For further * background reading see the glNormalize documentation in the OpenGL * Reference Guide (the blue book). To enable it in the OSG, you simply * need to attach a local osg::StateSet to the osg::Transform, and set