- Timestamp:
- 08/15/08 18:21:44 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgimagesequence/osgimagesequence.cpp
r8755 r8758 46 46 osg::ref_ptr<osg::ImageSequence> imageSequence = new osg::ImageSequence; 47 47 48 imageSequence->set Duration(2.0);48 imageSequence->setLength(4.0); 49 49 imageSequence->addImage(osgDB::readImageFile("Cubemap_axis/posx.png")); 50 50 imageSequence->addImage(osgDB::readImageFile("Cubemap_axis/negx.png"));
