Tagged Questions
2
votes
1answer
259 views
OpenGL Fast-Object Instancing Error
I have some code that loops through a set of objects and renders instances of those objects. The list of objects that needs to be rendered is stored as a std::map>, where an object of class ...
1
vote
0answers
407 views
Microsoft XNA code sample wont work with blender model
I downloaded this code sample and integrated it into my game
http://xbox.create.msdn.com/en-US/education/catalog/sample/mesh_instancing
It works with the model that they supplied, but throws and ...