An open API service indexing awesome lists of open source software.

https://github.com/kylebakerio/gltf-packed

aframe component that allow easy use of gltf/glb models that were packed with gltfpack (meshoptimizer) and/or KTX2 textures.
https://github.com/kylebakerio/gltf-packed

aframe gltf gltfpacked meshoptimizer

Last synced: 4 months ago
JSON representation

aframe component that allow easy use of gltf/glb models that were packed with gltfpack (meshoptimizer) and/or KTX2 textures.

Awesome Lists containing this project

README

          

# using meshopt with aframe
Here's a demo for using meshopt with aframe!

Component design inspired by this answer: https://stackoverflow.com/questions/65367877/how-do-i-get-a-gltfpack-processed-model-to-appear-in-a-frame

Note that gltfpack is software you install locally. See [here](https://meshoptimizer.org/gltf/) for install instructions

Note that while you can install with npm, you will be missing critical features, so it's worth it installing it "properly".

Use is simple, just include the dependcies:

```html




















```