Iris 3D Viewer

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

Iris 3D Viewer là gì?

Iris 3D Viewer là một tiện ích mở rộng Chrome được phát triển bởi https://virtexedgedesign.github.io/Iris-Web-Viewer, và tính năng chính của nó là "A light weight 3D Model Viewer right in your browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Iris 3D Viewer

Tải xuống các tệp mở rộng Iris 3D Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Iris 3D Viewer Iris 3D Viewer
ID kfaocdjigbgfjbmbbodglgoomooblail
URL Chính Thức https://chromewebstore.google.com/detail/iris-3d-viewer/kfaocdjigbgfjbmbbodglgoomooblail
Mô tả A light weight 3D Model Viewer right in your browser.
Kích Thước Tệp 22.82 KB
Số Lần Cài Đặt 2,505
Phiên Bản Hiện Tại 0.5.1
Cập Nhật Lần Cuối 2018-06-26
Ngày Phát Hành 2018-06-26
Đánh Giá 2.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://virtexedgedesign.github.io/Iris-Web-Viewer
Loại Thanh Toán free
Trang Web Mở Rộng https://virtexedgedesign.com/iris-web-viewer/
URL Trang Trợ Giúp https://github.com/VirtexEdgeDesign/Iris-Web-Viewer/wiki
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}