小程序使用的threejs144版本

时间:2022-08-10 15:53:52
【文件属性】:

文件名称:小程序使用的threejs144版本

文件大小:1.19MB

文件格式:JS

更新时间:2022-08-10 15:53:52

小程序 three.js

该文件基于https://github.com/yannliao/threejs.miniprogram项目修改而来,修改了其中fork的旧版本threejs为新版的144版本threejs。小程序基于此可使用144版本three.js 使用请参考 https://github.com/yannliao/threejs-example-for-miniprogram import * as THREE from '../../utils/threejs/js/three.module' wx.createSelectorQuery().in(this).select('#myCanvas').node().exec((res) => { let canvasId = res[0].node._canvasId const canvas = THREE.global.registerCanvas(canvasId, res[0].node) })


网友评论