Managing many objects at once.

Posted by Jeff on Stack Overflow See other posts from Stack Overflow or by Jeff
Published on 2010-03-21T17:34:30Z Indexed on 2010/03/21 17:41 UTC
Read the original article Hit count: 294

Filed under:
|

Hi, I want to find a way to efficiently keep track of a lot of objects at once. One practical example I can think of would be a particle system. How are hundreds of particles kept track of? I think I'm on the right track, I found the term 'instancing' and I also learned about flyweights. Hopefully somebody can shed some light on this and share some techniques with me. Thanks.

© Stack Overflow or respective owner

Related posts about c++

Related posts about objects