Viewer Customization
Adding URL parameters (so called url options) allows you to control different aspects of the space viewer: UI elements, environment, camera behavior, and more.
Where to Use URL Options
There are three places you can put the url options:
1. In the URL
https://viewer.rooom.com/space/f7ef4851b8?autostart=1&max_texture_size=10241
2. In the src attribute of embedded iframes
html
<iframe src="https://viewer.rooom.com/space/f7ef4851b8?autostart=1&max_texture_size=1024"></iframe>1
3. During initialization of the Viewer API
See the Viewer API documentation for details on how to pass options during initialization.
Available Options
Browse all available URL options organized by category:
Quick Links
- General
- Camera
- User Interface - Controls
- User Interface - Appearance
- User Interface - Features
- User Interface - Loading
- Environment
- Mesh
- Avatars
- Performance
Examples
Basic Example
https://viewer.rooom.com/space/f7ef4851b8?autostart=true&camera_fov=451
Advanced Example
https://viewer.rooom.com/space/f7ef4851b8?autostart=true&camera_fov=45&ui_controls=false&bg_color=ffffff1