上一页 1 2 3 4 5 6 7 8 9 10 ··· 30 下一页
摘要: 主要用到 svg 的 foreignObject https://developer.mozilla.org/zh-CN/docs/Web/SVG/Element/foreignObject 记录demo import { fabric } from "fabric"; import { Piece 阅读全文
posted @ 2022-06-14 16:41 名字不好起啊 阅读(913) 评论(0) 推荐(0) 编辑
摘要: 接之前 gitlab 搭建:https://www.cnblogs.com/guofan/p/16348124.html 创建项目,右上角有个 New Project: 选择创建空白项目: 等待创建完成即可 要使用项目,得配置 ssh 秘钥(GitLab 使用 SSH 协议与 Git 进行安全通信。 阅读全文
posted @ 2022-06-09 14:03 名字不好起啊 阅读(677) 评论(0) 推荐(0) 编辑
摘要: 在二维实现的基础上,替换路径数组,生成3维曲线,设置潜艇的3维坐标延路径移动 import * as THREE from 'three'; import { OrbitControls } from "three/examples/jsm/controls/OrbitControls"; impo 阅读全文
posted @ 2022-06-08 16:28 名字不好起啊 阅读(1070) 评论(0) 推荐(0) 编辑
摘要: import * as THREE from 'three'; import { OrbitControls } from "three/examples/jsm/controls/OrbitControls"; import { DragControls } from "three/example 阅读全文
posted @ 2022-06-08 15:41 名字不好起啊 阅读(904) 评论(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 名字不好起啊 阅读(1863) 评论(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 名字不好起啊 阅读(733) 评论(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 名字不好起啊 阅读(285) 评论(0) 推荐(0) 编辑
摘要: import * as THREE from 'three'; // 视图旋转控件 import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls'; // 可视化平移控件 import { TransformCont 阅读全文
posted @ 2022-06-01 09:12 名字不好起啊 阅读(489) 评论(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 名字不好起啊 阅读(132) 评论(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 名字不好起啊 阅读(71) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 30 下一页