Further work on the new VBO support
This commit is contained in:
@@ -603,6 +603,8 @@ void Drawable::setUseDisplayList(bool flag)
|
||||
|
||||
void Drawable::setUseVertexBufferObjects(bool flag)
|
||||
{
|
||||
osg::notify(osg::NOTICE)<<"Drawable::setUseVertexBufferObjects("<<flag<<")"<<std::endl;
|
||||
|
||||
// if value unchanged simply return.
|
||||
if (_useVertexBufferObjects==flag) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user