Question: Best practice for initial camera positioning for 3D Gaussian Splat models of varying sizes?
I'm using Spark 2 to load 3D Gaussian Splat models (SPZ), but each model has a different size, bounding box, coordinate system, and forward direction.
It’s very difficult to manually adjust the camera position and lookAt for every model.
I would like to know:
- What is the official recommended way to automatically center and fit the model in view, regardless of its size?
- How to automatically position the camera to face the "front" of the model consistently?
- Is there a built-in helper or API to compute bounding box and set camera distance automatically?
A code example of universal initial camera setup would be greatly appreciated.
HELP!!!!!!!!!!
Thank you!
Question: Best practice for initial camera positioning for 3D Gaussian Splat models of varying sizes?
I'm using Spark 2 to load 3D Gaussian Splat models (SPZ), but each model has a different size, bounding box, coordinate system, and forward direction.
It’s very difficult to manually adjust the camera position and lookAt for every model.
I would like to know:
A code example of universal initial camera setup would be greatly appreciated.
HELP!!!!!!!!!!
Thank you!