The batching tag has no wiki summary.
1
vote
1answer
68 views
How do OpenGL ES 2 engines typically handle automatic geometry sorting and batching?
I'm trying to write a basic OpenGL ES 2 engine that can automatically sort and batch a fairly flexible set of input draw descriptions.
When I say 'draw description' I mean the actual uniforms, ...
1
vote
1answer
99 views
How to improve Batch Rendering to work with 3D skeletal animation data
I've implemented a batch rendering technique that is described in detail here: http://www.gamedev.net/page/resources/_/technical/opengl/opengl-batch-rendering-r3900
I'd like to extend it now to ...