]> git.tdb.fi Git - libs/gl.git/commit
Cache renderables in SimpleScene into a vector
authorMikko Rasa <tdb@tdb.fi>
Fri, 4 Dec 2015 12:45:31 +0000 (14:45 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 4 Dec 2015 13:18:30 +0000 (15:18 +0200)
commit5592a115f0126ea8de1245e091338a8735b79d0e
tree5e7226ba8c2b9bc62e68d5be40a74783bf15da8a
parent3919a742c65783a9ebce05a88427bdcd8f6a6c92
Cache renderables in SimpleScene into a vector

Set iteration is rather expensive, but I want to retain the O(logn)
performance of add and remove operations.
source/simplescene.cpp
source/simplescene.h