# WebMOOC_planet **Repository Path**: Web_MOOC_group2/web-mooc_planet ## Basic Information - **Project Name**: WebMOOC_planet - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2021-08-05 - **Last Updated**: 2022-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WebMOOC_planet ## Installation ``` npm i ``` ## Run ``` npm start ``` ## 作品功能使用展示 [预览地址](https://bitdzy.github.io/web-mooc_planet/) ## 团队分工及整体技术架构介绍 ### 分工 #### 看板 [sprint1](https://trello.com/b/44YPW3Wq/%E6%96%B0%E9%98%BF%E6%B3%A2%E7%BD%97sprint1) [sprint2](https://trello.com/b/i1xQS5Vw/sprint2) #### 站会 #### pr ### 整体技术架构 #### 框架 * three * dat.gui #### 面向对象编程 #### store #### 目录结构 ``` ├── src 代码目录 ├── assets 资源目录 ├── css css目录 └── img 图片目录 ├── common 公用组件目录 ├── BasciObject.js 所有物体的父类 ├── CreateHelper.js 创建物体的方法 ├── Operation.js dat.gui的封装 ├── Renderer.js three渲染器的二次封装 ├── Scene.js three场景的封装 └── store.js 全局store ├── components 组件目录 ├── Cloud_model 云用到的模型数据 ├── Building.js 建筑 ├── Cloud.js 云 ├── Illuminant.js 光源 ├── Landmark.js 地标建筑 ├── Map.js 地图 ├── Planet.js 球形地球(未完成) ├── PlanetCuboid.js 立方体地球 ├── Road.js 道路 └── Water.js 水 ├── utils 工具目录 ├── constants.js 常量 └── util.js 工具函数 └── index.js js入口文件 └── index.html 项目入口 ``` ## 分成员各自介绍各自工作的主要亮点 ### 岳向淼 [click here](./docs/yuexiangmiao.md) ### 白新迪 [click here](./docs/baixindi.md) ### 陈晓琪 [click here](./docs/chenxiaoqi.md) ### 许浩贤 [click here](./docs/xuhaoxian.md)