Added Sequence.cpp to osg plugin workspace file.

This commit is contained in:
Robert Osfield
2002-08-03 19:42:39 +00:00
parent cdf63113f1
commit fb0d87b29c
2 changed files with 5 additions and 1 deletions

View File

@@ -234,6 +234,10 @@ SOURCE=..\..\..\src\osgPlugins\osg\ShadeModel.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\osg\Sequence.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\osg\StateSet.cpp
# End Source File
# Begin Source File

View File

@@ -16,7 +16,7 @@ RegisterDotOsgWrapperProxy g_SequenceProxy
(
osgNew osg::Sequence,
"Sequence",
"Object Node Group Switch Sequence",
"Object Node Switch Sequence Group",
&Sequence_readLocalData,
&Sequence_writeLocalData
);