How many BasicEffects do you have in a Game? What is the best way to render multiple objects/shapes at once?
- by Deukalion
I'm trying to understand 3D rendering and it seems that everytime you render a new object (A 3D Cube or something) you need to have a new BasicEffect for each Box you render unless you want the exact same texture?
...so if I have over a hundred boxes with each different textures, I need at least as many BasicEffects? Will that not be "too much"…