Skip to content

Latest commit

 

History

History

draco

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Draco

Used for glTF draco compressed mesh.

Usage

npm install @galacean/engine-toolkit-draco
import "@galacean/engine-toolkit-draco";

// load draco compressed gltf
const gltf = await engine.resourceManager.load<GLTFResource>("draco.gltf");

License

The engine is released under the MIT license. See LICENSE file.