Fixes to read/write of MatrixTransform/Transform.

This commit is contained in:
Robert Osfield
2002-07-14 10:46:46 +00:00
parent 32a4625e59
commit 733be1b309
2 changed files with 17 additions and 17 deletions

View File

@@ -14,7 +14,7 @@ bool MatrixTransform_writeLocalData(const Object& obj, Output& fw);
// register the read and write functions with the osgDB::Registry.
RegisterDotOsgWrapperProxy g_MatrixTransformProxy
(
osgNew osg::Transform,
osgNew osg::MatrixTransform,
"MatrixTransform",
"Object Node Transform MatrixTransform Group",
&MatrixTransform_readLocalData,