Added lazy setting of arrays for osg::Geometry using vertex_array_object
This commit is contained in:
@@ -341,7 +341,8 @@ VertexArrayState::VertexArrayState(osg::GLExtensions* ext):
|
||||
_ext(ext),
|
||||
_vertexArrayObject(0),
|
||||
_currentVBO(0),
|
||||
_currentEBO(0)
|
||||
_currentEBO(0),
|
||||
_requiresSetArrays(true)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user