Fixed typo's slideshow3D

This commit is contained in:
Robert Osfield
2003-07-23 15:00:07 +00:00
parent ace3684d6a
commit b925dcabaa
2 changed files with 7 additions and 5 deletions

View File

@@ -13,14 +13,16 @@ OSG News (most significant items from ChangeLog)
New native IVE binary format.
Support for ARB_fragment_program
Support for ARB_vertex_buffer_object
Support for vertex attributes in osg::Geometry.
New 3dc points data cloud loader.
New dds image loader.
New pnm image loader.
Support for vertex attributes in osg::Geometry.
TessellationHints now supported by ShapeDrawable.

View File

@@ -47,13 +47,13 @@ void SlideEventHandler::set(osg::Node* model)
if (findPresentation._switch)
{
std::cout<<"Found presenation '"<<model->getName()<<"'"<<std::endl;
std::cout<<"Presentation '"<<model->getName()<<"'"<<std::endl;
_presentationSwitch = findPresentation._switch;
selectSlide(0);
}
else
{
std::cout<<"Not found presenation "<<std::endl;
std::cout<<"Not found presentation "<<std::endl;
_presentationSwitch = 0;
_activeSlide = 0;
@@ -63,7 +63,7 @@ void SlideEventHandler::set(osg::Node* model)
if (findSlide._switch)
{
std::cout<<"Found presenation slide"<<findSlide._switch->getName()<<std::endl;
std::cout<<"Found presentation slide"<<findSlide._switch->getName()<<std::endl;
_slideSwitch = findSlide._switch;
selectLayer(0);