摘要:
首先需要 linux 虚拟机启动服务器,我这里用的是 tomcat ,放的内容是前端界面。 没有设置 linux 的网络相关 使用个简单的方式来实现该效果: 1、将 windows 的端口 4202 映射到 linux 的服务器端口 8080 上(取不用的端口配置映射即可) 2、将 windows 阅读全文
摘要:
import * as THREE from 'three'; import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls'; /** * 3d 学习 */ export class ThreeStudy { co 阅读全文