In this sample we arrange multiple viewpoints (or POVs) in a 3D scene.
Each POV has a unique ID, position, target and field-of-view (FoV).
We create a list of predefined POVs, populated via
new ATON.POV("pov_id")
.setPosition(...)
.setTarget(...)
.setFOV(...)
Use buttons in the bottom toolbar to move between POVs, see how transitions are handled, including transition between different field-of-views (FoV).