hello, in my game i need to do the following things:
- depth sort objects
- state sort objects
- quickly insert and remove objects to the scenegraph/renderer
- objects should be pickable
now i was wondering if there are any libraries out there, that accomplish these things and are not a complete game engine.
thanks.