Introduced Drawable::CreateVertexArrayStateCallback to enable customization of how VertexArrayState objects.
Added public accessors to the Drawable::VertexArrayStateList.
This commit is contained in:
@@ -109,7 +109,7 @@ void TextBase::initArraysAndBuffers()
|
||||
_texcoords->setBufferObject(_vbo.get());
|
||||
}
|
||||
|
||||
osg::VertexArrayState* TextBase::createVertexArrayState(osg::RenderInfo& renderInfo) const
|
||||
osg::VertexArrayState* TextBase::createVertexArrayStateImplementation(osg::RenderInfo& renderInfo) const
|
||||
{
|
||||
State& state = *renderInfo.getState();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user