...
Load Skybox from File - Load a HDRI file (.hdr) as the skybox.
Clear Skybox - Unload the skybox file.
Object Scale - Change the scale of the object uniformly (xin X, y,z)Y, and Z axes.
0.1x - Scale factors of by 0.1-1.
10x - Scale factors of 1-by 10.
100x - Scale factors of 10-by 100.
Rotate - Quick rotate buttons.
...
Start Streaming - Allows for the Model Viewer to be controller controlled from ICE Control Panel with a mouse and keyboard and same controls. This will need to be setup as an app requires setup in ICE Control Panel as a custom browser called ModelViewerPro in custom_browers.json:
Code Block |
---|
"ModelViewerPro": { "name": "Model Viewer Pro", "url": "$remoteIP/receiver/index.html", "https": false, "icon": "$ai/image.png", "description": "Model Viewer Pro" } |
And include ModelViewerPro in the apps list in the config.json:
Code Block |
---|
"apps": [ "matterport", "streetview", "warping", "default", "modelViewer", "openStageControl", "blockade", "ModelViewerPro" ], |
...