- Why is the geometry batch abstract? Is it to allow static and dynamic geometry to be implemented differently? Are there other uses?
- How is GeometryBatch::Commit() used for dynamic batching? It seems like Update() would be the only function necessary to change the stream data.
- In a dynamic environment, would it be correct to clear all the batches each frame, in order to query what is visible and re-batch? Or should each batch maintain a list of active (visible) geometry instances?
Geometry Instancing + Batching Questions
Started by melbow, Oct 19 2012 02:34 PM
No replies to this topic
#1 Members - Reputation: 211
Posted 19 October 2012 - 02:34 PM
I am working on a renderer for my game and I would like to incorporate batching and instancing. I have read http://http.developer.nvidia.com/GPUGems2/gpugems2_chapter03.html and while this document is very helpful, it left me confused about some specifics; so I was wondering if one of you could help clarify. Specifically, my questions are:
Ad:






