Iris 3D Viewer

A light weight 3D Model Viewer right in your browser.

什麼是Iris 3D Viewer?

Iris 3D Viewer是由https://virtexedgedesign.github.io/Iris-Web-Viewer開發的Chrome擴展程式,該擴展的主要功能是“A light weight 3D Model Viewer right in your browser.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Iris 3D Viewer擴展crx文件

下載Iris 3D Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A light weight 3D Model Viewer for viewing Exchange Format files without the need for larger packages to be preinstalled on a computer. 

Iris Web Viewer is an open source experimental online model viewer. It allows you to view 3D Exchange format files through a web browser with out the need for larger packages to be installed on your or someone elses computer. It runs through Javascript and WebGL and is therefore cross platform and available through a number of different browsers.

Importing
Iris can import any of the following model formats. If there's one you don't see then feel free to request it in the 'Issues'.

* stl (both ASCII and Binary)
* obj (material files not supported yet)

Exporting for 3D printing
Iris can can also export to stl files for use in 3D Printing. We currently only support ASCII stl files.

The Iris Environment has a treeview overlayed on the screen, allowing you to view statistics of each imported models as well as be able to hide and show groups/sub meshes of each model. Other info, such as measurements, are added to the treeview, allowing you to see broken down information (such as the measured distance in each coordinate axis).

Note: This app is still in 'Beta' and should not be used for final production decisions. It should only be used for non-critical reference and conceptual views. You can file any bugs found on our Github page.                    

擴展基本資訊

名稱 Iris 3D Viewer Iris 3D Viewer
ID kfaocdjigbgfjbmbbodglgoomooblail
官方網址 https://chromewebstore.google.com/detail/iris-3d-viewer/kfaocdjigbgfjbmbbodglgoomooblail
簡介 A light weight 3D Model Viewer right in your browser.
檔案大小 22.82 KB
安裝次數 2,505
目前版本 0.5.1
更新時間 2018-06-26
上架時間 2018-06-26
評分 2.14/5 共 7 次評分
開發者 https://virtexedgedesign.github.io/Iris-Web-Viewer
付費類型 free
擴展官網 https://virtexedgedesign.com/iris-web-viewer/
說明頁面URL https://github.com/VirtexEdgeDesign/Iris-Web-Viewer/wiki
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Iris 3D Viewer",
    "version": "0.5.1",
    "manifest_version": 2,
    "description": "A light weight 3D Model Viewer right in your browser.",
    "browser_action": {
        "default_icon": "img\/icon\/icon_128.png",
        "default_title": "Open Iris Viewer"
    },
    "icons": {
        "24": "img\/icon\/icon_24.png",
        "48": "img\/icon\/icon_48.png",
        "128": "img\/icon\/icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}