# three-load-model **Repository Path**: xi1213/three-load-model ## Basic Information - **Project Name**: three-load-model - **Description**: three.js加载模型,可切换场景,异步加载3d模型。 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 25 - **Forks**: 13 - **Created**: 2022-07-06 - **Last Updated**: 2025-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: Threejs, Vue, 3d, 模型, 全景图 ## README # threeJs加载3d模型 * 浏览链接:http://1.15.222.141:2222/original/webGL/8/index.html * 项目链接:https://gitee.com/xi1213/three-load-model * csdn文章:https://blog.csdn.net/xi1213/article/details/123244316 # 项目简介 * 支持模型切换。 * 支持全景图查看。 * 支持鼠标操控模型缩放旋转。 # 相关技术 * vue2主体框架。 * three.js生成场景、加载模型。 # 项目使用 * 安装依赖:npm install * 项目运行:npm run serve * 项目打包:npm run build # 详情说明 ![img](./mdImg/1.jpg) * 左边切换模型与场景。 * 鼠标可在场景中旋转缩放模型。