摘要:
向量的clone方法和copy方法 求两点之间的距离 向量之间的叉乘 three.js生成的renderer.domElement如何添加到目标的元素中 直接引入想要的函数,可以不需要像以前那样引入import * as THREE from 'three' setTimeout,setInterv 阅读全文
2022年11月6日 #
摘要:
es6 import方式导入 three.js采用import导入,需要导入three.module.js,而不是three.js 阅读全文
摘要:
3D场景加载2D标签 2D的html标签 <div id="tag">计数器:{{ count }}</div> <button type="button" class="btn" @click="increment">+1</button> 通过CSS2DObject将2D的html标签转换成3D 阅读全文