I am having trouble trying to auto-center my geometry, and rather than center each vertex, I would like to center it based on a bounding box.
So I basically have a scene node that I can call, e.g. sceneNode.setPosition(0, 0, 0), but not sure how to calculate the position to set it to so that my geometry loads in the middle of the screen.
Can anyone help?