Added basic image sequencing

This commit is contained in:
Robert Osfield
2008-07-21 17:28:22 +00:00
parent f088d113f6
commit acd7e65687
7 changed files with 119 additions and 60 deletions

View File

@@ -11,7 +11,6 @@
#include <osgIntrospection/Attributes>
#include <osg/CopyOp>
#include <osg/FrameStamp>
#include <osg/Image>
#include <osg/ImageStream>
#include <osg/Object>
@@ -148,11 +147,6 @@ BEGIN_OBJECT_REFLECTOR(osg::ImageStream)
__float__getVolume,
"",
"");
I_Method1(void, update, IN, osg::FrameStamp *, fs,
Properties::VIRTUAL,
__void__update__osg_FrameStamp_P1,
"",
"");
I_ProtectedMethod0(void, applyLoopingMode,
Properties::VIRTUAL,
Properties::NON_CONST,