deepkolos / three-platformize

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

glTFLoader error working with draco #7

Closed asange closed 3 years ago

asange commented 3 years ago

gltfLoader 导入 draco压缩过glTF文件时, 出现错误:

VM1970 WAService.js:2 ReferenceError: Worker is not defined at DRACOLoader.js? [sm]:323 errorReport @ VM1970 WAService.js:2 thirdErrorReport @ VM1970 WAService.js:2 (anonymous) @ VM1970 WAService.js:2 I @ VM1970 WAService.js:2 o @ VM1970 WAService.js:2 (anonymous) @ VM1970 WAService.js:2 value @ VM1970 WAService.js:2 o @ VM1970 WAService.js:2 (anonymous) @ VM1970 WAService.js:2

deepkolos commented 3 years ago

目前没适配draco,模型压缩可以使用meshopt代替,可用性和性能的测评比draco好,小程序的worker下使用draco十分麻烦,并且ios需要使用js版的draco

【网格压缩测评】MeshQuan、MeshOpt、Draco