From Pavel Moloshtan, added support for storing primitive sets in VBO's

This commit is contained in:
Robert Osfield
2004-06-29 15:04:38 +00:00
parent 342444d5bb
commit 888d9e2a25
4 changed files with 196 additions and 95 deletions

View File

@@ -1148,7 +1148,7 @@ void Geometry::drawImplementation(State& state) const
}
}
(*itr)->draw();
(*itr)->draw(state, usingVertexBufferObjects);
}