摘要:
主要用到 svg 的 foreignObject https://developer.mozilla.org/zh-CN/docs/Web/SVG/Element/foreignObject 记录demo import { fabric } from "fabric"; import { Piece 阅读全文
摘要:
接之前 gitlab 搭建:https://www.cnblogs.com/guofan/p/16348124.html 创建项目,右上角有个 New Project: 选择创建空白项目: 等待创建完成即可 要使用项目,得配置 ssh 秘钥(GitLab 使用 SSH 协议与 Git 进行安全通信。 阅读全文
摘要:
在二维实现的基础上,替换路径数组,生成3维曲线,设置潜艇的3维坐标延路径移动 import * as THREE from 'three'; import { OrbitControls } from "three/examples/jsm/controls/OrbitControls"; impo 阅读全文
摘要:
import * as THREE from 'three'; import { OrbitControls } from "three/examples/jsm/controls/OrbitControls"; import { DragControls } from "three/example 阅读全文
摘要:
import * as THREE from 'three'; import { TransformControls } from "three/examples/jsm/controls/TransformControls"; import { OrbitControls } from "thre 阅读全文
摘要:
import * as THREE from 'three'; import { OrbitControls } from "three/examples/jsm/controls/OrbitControls"; import { DragControls } from "three/example 阅读全文
摘要:
根据系统找到对应 gitlab 包:https://packages.gitlab.com/gitlab/gitlab-ce 命令行运行命令下载包到本地: wget --content-disposition https://packages.gitlab.com/gitlab/gitlab-ce/ 阅读全文
摘要:
import * as THREE from 'three'; // 视图旋转控件 import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls'; // 可视化平移控件 import { TransformCont 阅读全文
摘要:
import * as THREE from 'three'; import { OrbitControls } from "three/examples/jsm/controls/OrbitControls"; import { RectAreaLightHelper } from "three/ 阅读全文
摘要:
import * as THREE from 'three'; import { OrbitControls } from "three/examples/jsm/controls/OrbitControls"; import { RectAreaLightHelper } from "three/ 阅读全文