Camera Controls
Navigate the 3D space using your mouse:
- Left Mouse Button + Drag: Orbit around the scene
- Right Mouse Button + Drag: Pan the view
- Middle Mouse Button + Drag: Pan the view
- Mouse Wheel: Zoom in and out
API Access
The Photonic API is available through the browser console via window.Photonic.
Try creating objects programmatically:
Photonic.createBox({color: 0xff0000})- Create a red boxPhotonic.createArrow({color: 0x00ff00})- Create a green arrowPhotonic.clearObjects()- Clear all objects from the scene