rouyuanfang

Results 2 issues of rouyuanfang

你好!能发一份老师的视频或者源码给我吗?感谢

用的是vue+three.js, 我把npm i three-joystick 下好的modules移到了static文价夹下 import { RotationJoystickControls } from "@/static/three-joystick"; initCanvas(){ this.rotationJoystick = new RotationJoystickControls(camera, scene, mesh); this.animate() } animate() { requestAnimationFrame(()=>{this.animate()}); this.rotationJoystick.update(); renderer.render(scene, camera); }