DirectX9 dynamic rendering
- by gardian06
What I am planning to do is have the models (or maybe just an identifier for the model to be used) stored outside of the directX9 framework, and so in nature have completely dynamic rendering.
All of the information that I have found contains static rendering (rendering models that are stored in memory at specific positions)
I would like…