05 2021 档案

摘要:1 let option = { 2 title: { 3 text: '巡查完成情况', 4 }, 5 toolbox: { 6 show: true, 7 feature: { 8 dataZoom: { 9 yAxisIndex: "none" 10 }, 11 dataView: { 12 阅读全文
posted @ 2021-05-13 14:18 你真有趣 阅读(66) 评论(0) 推荐(0)
摘要:1 var THREE = require('three'); 2 3 import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls.js'; 4 import { FBXLoader } from 'three/e 阅读全文
posted @ 2021-05-12 11:28 你真有趣 阅读(225) 评论(0) 推荐(0)