Fixed typo's slideshow3D
This commit is contained in:
6
NEWS.txt
6
NEWS.txt
@@ -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.
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user