donmccurdy / glTF-Transform-View

Syncs a glTF-Transform Document with a three.js scene graph.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@gltf-transform/view

⚠️ Package moved to the glTF-Transform monorepo.

Overview

Creates three.js objects from a glTF Transform Document, then keeps the three.js scene graph updated — in realtime ⚡️ — as changes are made to the Document. Combined with import/export using WebIO, @gltf-transform/view provides a lossless workflow to load, view, edit, and export glTF assets. It's meant for editor-like applications on the web. Unlike using THREE.GLTFExporter, any glTF features that three.js doesn't support won't be lost, they just aren't rendered in the preview.

License

Published under Blue Oak Model License 1.0.0.

About

Syncs a glTF-Transform Document with a three.js scene graph.

License:Other


Languages

Language:TypeScript 99.0%Language:JavaScript 1.0%