there is no 3d engine without a scene management system. managing the scene is what 3d engines are supposed to do. laugh

panda 3d uses a scene graph with hierarchical bounding volumes and frustum culling. that's comparable to gamestudio's ABT scene manager.

...
i like that panda 3d has a feature rich python api. what i don't like is that it still uses ODE physics.