Orillusion / orillusion

Orillusion is a pure Web3D rendering engine which is fully developed based on the WebGPU standard.
https://www.orillusion.com
MIT License
4.7k stars 614 forks source link

[BUG]: new Matrix4()报错 #298

Closed GGBond-GIS closed 12 months ago

GGBond-GIS commented 1 year ago

报错截图: image 版本: "@orillusion/core": "0.6.9"

X-OldGentleMan commented 1 year ago

新版本引入 wasm,引擎需要先初始化wasm后,才能使用DO Matrix

await Engine3D.init()
let matrix = new Matrix4()