Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To incorporate the Simple Model Viewer into the Apps section of the ICE Control Panel, follow these steps and then restart ICE Control Panel:

Update the custom_browsers.json File:

Copy the Configuration Belowconfiguration below (remember to add as a comma-separated item if there are other browsers in the file):

Code Block
languagejson
{
  "modelViewer": {
    "name": "Model Viewer",
    "url": "$remoteIP:800/model-viewer/control/",
    "icon": "cube_map",
    "description": "Simple 3D Model Viewer"
  }
}

...