Skip to content

alteredq/model-tag

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Custom Elements for easily displaying 3D models.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • HTML 0.2%