Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 469 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 469 Bytes

<model-tag>

Custom HTML Elements for displaying 3D models.

Demo: https://mrdoob.github.io/model-tag/ (Browser with Custom Elements support required)

Snapshot 1

Usage

Add this in your page's <head>.

<script src="model-gltf.js"></script>

Use <model-gltf> to load and display your file.

<model-gltf src="example.gltf"/>

Same thing with model-obj, model-stl, model-three, ...