Hi, i'm working with a team building an FPS game and have run into small trouble with the entity.collisioninformation.boundingbox 's. I'm trying to use the bounding boxes on our objects to generate a Quad Tree for culling optimization but every time i use them they're zero'd out. I'm building the qu...