All Projects → mrdoob → Model Tag

mrdoob / Model Tag

Licence: mit
Custom Elements for easily displaying 3D models.

Programming Languages

javascript
184084 projects - #8 most used programming language

<model-tag>

Custom HTML Elements for displaying 3D models.

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

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, ...

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].