Fixed warnings
This commit is contained in:
parent
7a7358553f
commit
67df9af7d1
@ -150,7 +150,7 @@ osg::Image* PhotoArchive::readImage(const std::string& filename,
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
void PhotoArchive::buildArchive(const std::string& filename, const FileNameList& imageList, unsigned int thumbnailSize, unsigned int maximumSize, bool compressed)
|
void PhotoArchive::buildArchive(const std::string& filename, const FileNameList& imageList, unsigned int thumbnailSize, unsigned int maximumSize, bool /*compressed*/)
|
||||||
{
|
{
|
||||||
|
|
||||||
PhotoIndexList photoIndex;
|
PhotoIndexList photoIndex;
|
||||||
|
@ -295,7 +295,7 @@ void OsgCameraGroup::setUpSceneViewsWithData()
|
|||||||
|
|
||||||
sv->setFrameStamp( _frameStamp.get() );
|
sv->setFrameStamp( _frameStamp.get() );
|
||||||
sv->setGlobalStateSet( _global_stateset.get() );
|
sv->setGlobalStateSet( _global_stateset.get() );
|
||||||
sv->setBackgroundColor( _background_color );
|
sv->setClearColor( _background_color );
|
||||||
sv->setLODScale( _LODScale );
|
sv->setLODScale( _LODScale );
|
||||||
sv->setFusionDistance( _fusionDistanceMode, _fusionDistanceValue );
|
sv->setFusionDistance( _fusionDistanceMode, _fusionDistanceValue );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user