修改相机位置

boardTest
夜笙歌 2 months ago
parent d3e5308e6e
commit 1d3492865f

@ -147,8 +147,6 @@ export default {
const animate = () => { const animate = () => {
// //
requestAnimationFrame(animate); requestAnimationFrame(animate);
console.log(camera)
console.log(controls)
// //
renderer.render(scene, camera); renderer.render(scene, camera);
controls.update(); controls.update();

Loading…
Cancel
Save