上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 30 下一页
摘要: 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 名字不好起啊 阅读(168) 评论(0) 推荐(0)
摘要: import * as THREE from 'three'; import { GLTFLoader } from "three/examples/jsm/loaders/GLTFLoader"; import { OrbitControls } from "three/examples/jsm/ 阅读全文
posted @ 2022-05-26 16:35 名字不好起啊 阅读(388) 评论(0) 推荐(0)
摘要: import * as THREE from 'three'; import WebGL from "three/examples/jsm/capabilities/WebGL"; /** * 3d 根据文档学习 2 - 画线 * https://threejs.org/docs/index.htm 阅读全文
posted @ 2022-05-26 16:34 名字不好起啊 阅读(371) 评论(0) 推荐(0)
摘要: import * as THREE from 'three'; import WebGL from "three/examples/jsm/capabilities/WebGL"; /** * 3d 根据文档学习 1 - 起步 * 绘制过程 * 兼容性检查 * https://threejs.org 阅读全文
posted @ 2022-05-26 16:33 名字不好起啊 阅读(57) 评论(0) 推荐(0)
摘要: 接 yii框架安装的那篇博文:https://www.cnblogs.com/guofan/p/9909158.html 这里直接将后端代码整个放到 xampp 的 htdocs 文件夹下: 这里有的文件你可能没有,不要慌,后边都会有~ 启动 apache 服务器,访问 8080 端口: 咦,和之前 阅读全文
posted @ 2022-05-25 14:10 名字不好起啊 阅读(136) 评论(0) 推荐(0)
摘要: import * as THREE from 'three'; // 视图旋转控件 import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls'; // 拖拽控件 import { DragControls } f 阅读全文
posted @ 2022-05-24 11:13 名字不好起啊 阅读(1269) 评论(0) 推荐(0)
摘要: 首先需要 linux 虚拟机启动服务器,我这里用的是 tomcat ,放的内容是前端界面。 没有设置 linux 的网络相关 使用个简单的方式来实现该效果: 1、将 windows 的端口 4202 映射到 linux 的服务器端口 8080 上(取不用的端口配置映射即可) 2、将 windows 阅读全文
posted @ 2022-05-19 16:52 名字不好起啊 阅读(235) 评论(0) 推荐(0)
摘要: import * as THREE from 'three'; import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls'; /** * 3d 学习 */ export class ThreeStudy { co 阅读全文
posted @ 2022-05-19 14:53 名字不好起啊 阅读(105) 评论(0) 推荐(0)
摘要: import { Pieces } from "../@share/pieces"; /** * 类项目中的xy折线图 * demo https://echarts.apache.org/examples/zh/editor.html?c=dynamic-data2 * 文档 https://ech 阅读全文
posted @ 2022-05-16 17:29 名字不好起啊 阅读(132) 评论(0) 推荐(0)
摘要: import { Pieces } from "../@share/pieces"; /** * 柱形图 * xy 轴可交换 * 柱体默认颜色,亦可设置区间颜色 * 栅格分度数配置 * 数值显示位置配置 inside | top */ export class ColumnChart { TYPE_ 阅读全文
posted @ 2022-05-16 15:04 名字不好起啊 阅读(160) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 30 下一页