BabylonJS / BabylonJS/BabylonNative

Add support for Draco/Meshopt compression

Open
#1,214 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
919
Forks
162
Avg merge
1d 15h
Merged PRs (30d)
19

Description

Some notes:
- WebAssembly is directly supported on some JavaScript VMs like V8.
- There are some issues on the JS side that prevent things like Draco to work.

As of this writing, the following error is stopping Draco from working in Babylon Native:
> Unable to load from https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Models/master/2.0/Buggy/glTF-Draco/Buggy.gltf: document.createElement is not a function RuntimeError: Unable to load from https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Models/master/2.0/Buggy/glTF-Draco/Buggy.gltf: document.createElement is not a function

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.