space subdivision?

When programming with panda do I have to worry about space subdivision?(octrees and so on)

You don’t have to unless you’re running into performance issues caused by not doing it. Just parenting whole things to the scene graph will work so long as it’s nothing too complex.

Thanks! :slight_smile:
I’m not trying to do something very complex but I want the map to be quite large so I’ll implement space subdivision.