摘要:
<template> <div id="container"></div> </template> <script> import * as THREE from 'three' import { OrbitControls } from 'three/examples/jsm/controls/O 阅读全文
posted @ 2024-01-04 16:52
QinHaoRan
阅读(313)
评论(0)
推荐(0)
摘要:
直接贴进去就可以用。 <template> <div id="container"></div> </template> <script> //引入three import * as THREE from 'three' //引入控制器 import { OrbitControls } from ' 阅读全文
posted @ 2024-01-04 11:47
QinHaoRan
阅读(137)
评论(0)
推荐(0)