Customization
Configure the rooomSpaces viewer using URL parameters. Pass options in the iframe src, direct URL, or during JavaScript initialization.
Are you an LLM? You can read better optimized documentation at /docs/rooom-spaces/viewer/customization.md for this page in Markdown format
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=1024
2. In the src attribute of embedded iframes
html
<iframe src="https://viewer.rooom.com/space/f7ef4851b8?autostart=1&max_texture_size=1024"></iframe>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=45
Advanced Example
https://viewer.rooom.com/space/f7ef4851b8?autostart=true&camera_fov=45&ui_controls=false&bg_color=ffffff