上一页 1 2 3 4 5 6 7 8 9 10 ··· 29 下一页
摘要: import * as THREE from 'three'; import { OrbitControls } from "three/examples/jsm/controls/OrbitControls"; import { DragControls } from "three/example 阅读全文
posted @ 2022-06-08 15:41 名字不好起啊 阅读(865) 评论(0) 推荐(0) 编辑
摘要: import * as THREE from 'three'; import { TransformControls } from "three/examples/jsm/controls/TransformControls"; import { OrbitControls } from "thre 阅读全文
posted @ 2022-06-06 16:58 名字不好起啊 阅读(1721) 评论(2) 推荐(0) 编辑
摘要: import * as THREE from 'three'; import { OrbitControls } from "three/examples/jsm/controls/OrbitControls"; import { DragControls } from "three/example 阅读全文
posted @ 2022-06-06 16:56 名字不好起啊 阅读(674) 评论(0) 推荐(0) 编辑
摘要: 根据系统找到对应 gitlab 包:https://packages.gitlab.com/gitlab/gitlab-ce 命令行运行命令下载包到本地: wget --content-disposition https://packages.gitlab.com/gitlab/gitlab-ce/ 阅读全文
posted @ 2022-06-06 15:18 名字不好起啊 阅读(261) 评论(0) 推荐(0) 编辑
摘要: import * as THREE from 'three'; // 视图旋转控件 import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls'; // 可视化平移控件 import { TransformCont 阅读全文
posted @ 2022-06-01 09:12 名字不好起啊 阅读(438) 评论(0) 推荐(0) 编辑
摘要: import * as THREE from 'three'; import { OrbitControls } from "three/examples/jsm/controls/OrbitControls"; import { RectAreaLightHelper } from "three/ 阅读全文
posted @ 2022-06-01 09:10 名字不好起啊 阅读(114) 评论(0) 推荐(0) 编辑
摘要: import * as THREE from 'three'; import { OrbitControls } from "three/examples/jsm/controls/OrbitControls"; import { RectAreaLightHelper } from "three/ 阅读全文
posted @ 2022-06-01 09:10 名字不好起啊 阅读(64) 评论(0) 推荐(0) 编辑
摘要: import * as THREE from 'three'; import { OrbitControls } from "three/examples/jsm/controls/OrbitControls"; import { RectAreaLightHelper } from "three/ 阅读全文
posted @ 2022-05-27 13:30 名字不好起啊 阅读(145) 评论(0) 推荐(0) 编辑
摘要: import * as THREE from 'three'; import { OrbitControls } from "three/examples/jsm/controls/OrbitControls"; /** * 3d helper 辅助对象 * https://threejs.org/ 阅读全文
posted @ 2022-05-27 13:29 名字不好起啊 阅读(82) 评论(0) 推荐(0) 编辑
摘要: import * as THREE from 'three'; import { OrbitControls } from "three/examples/jsm/controls/OrbitControls"; /** * 3d 几何体 * https://threejs.org/docs/ind 阅读全文
posted @ 2022-05-27 13:28 名字不好起啊 阅读(129) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 29 下一页