Versions Compared

Key

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

The Simple Model Viewer is a user-friendly ICE Igloo Control Panel application designed for viewing simple 3D models within an immersive Igloo Environment. With an easy drag-and-drop setup, it allows users to navigate through 3D models from different angles.

...

  • GLTF / GLB: Vastly preferred and most compatible.

...

Untested, future support planned:

  • OBJ: Optionally with associated MTL files.

...

  1. Navigate to Loader Page: Open the Simple Model Viewer and navigate to the loader page.

  2. Drag & Drop: Drag the entire folder containing the downloaded model file onto the loader page. The Simple Model Viewer will access the necessary files within the folder to load the model.

  3. Select & View: Click on the model in the left sidebar to select and view it in the Igloo Environment.

Advanced Configuration

Adding the Simple Model Viewer to

...

Igloo Control Panel

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

Update the custom_browsers.json File:

Copy the Configuration Belowthe configuration 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"
  }
}
Info

For more details on custom browser configuration, please refer to the ICE Igloo Control Panel browsers documentation.

...