Skip to content

code4fukui/gltf-viewer

Repository files navigation

gltf-viewer

gltf-viewer is a HTMLElement for GLB/GLTF model data

Usage

<style>
gltf-viewer {
  display: inline-block;
  width: 100%;
  height: 50dvh;
  background-color: #000;
}
</style>

<script type="module" src="./gltf-viewer.js"></script>
<gltf-viewer src="./kaniinu.glb" y=-0.12 z=-.25></gltf-viewer>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published