deepkolos / three-platformize

一个让 THREE 平台化的项目,目前已适配微信,淘宝,头条小程序,微信小游戏
533 stars 82 forks source link

微信小程序setMeshoptDecoder must be called before loading compressed files。。 #29

Closed Frankling closed 2 years ago

Frankling commented 2 years ago

微信小程序setMeshoptDecoder must be called before loading compressed files。。

import { MeshoptDecoder } from 'three-platformize/examples/jsm/libs/meshopt_decoder.module.js'; import { GLTF, GLTFLoader } from 'three-platformize/examples/jsm/loaders/GLTFLoader' const gltfLoader = new GLTFLoader() gltfLoader.setMeshoptDecoder(MeshoptDecoder); 这样使用应该是对的把。。

deepkolos commented 2 years ago

const gltfLoader = new GLTFLoader() gltfLoader.setMeshoptDecoder(MeshoptDecoder);

这两行需要在PLATFORM.set 设置后执行