Customization
Customize rooomProducts viewer with URL parameters. Control UI elements, environment, camera behavior, and viewer appearance options.
Are you an LLM? You can read better optimized documentation at /docs/rooom-products/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/product/e725a9e18cb87bbc2977b73d4bdc65?autospin=1&autostart=1&bg_color=ffd700
2. In the src attribute of embedded iframes
html
<iframe src="https://viewer.rooom.com/product/e725a9e18cb87bbc2977b73d4bdc65?autospin=1&autostart=1&bg_color=ffd700"></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
- Animations
- Annotations
- Augmented Reality
- Virtual Reality
- Performance
Examples
Basic Example
https://viewer.rooom.com/product/e725a9e18cb87bbc2977b73d4bdc65?autostart=true&camera_fov=45
Advanced Example
https://viewer.rooom.com/product/e725a9e18cb87bbc2977b73d4bdc65?autostart=true&camera_fov=45&ui_controls=false&bg_color=ffffff