完善了数字城市的第二个模型场景

This commit is contained in:
hawk86104 2024-01-04 10:57:44 +08:00
parent 2494b7fa69
commit 5436c3b0a8
4 changed files with 7 additions and 3 deletions

View File

@ -4,7 +4,7 @@
* @Autor: 地虎降天龙
* @Date: 2023-10-16 10:53:09
* @LastEditors: 地虎降天龙
* @LastEditTime: 2023-12-04 19:44:27
* @LastEditTime: 2024-01-04 10:35:21
*/
// import { resolve } from 'path';
import { join } from 'path';
@ -43,6 +43,9 @@ export default defineBuildConfig({
}),
// glsl(),
],
server: {
host: "0.0.0.0"
},
},
alias: { PLS: join(__dirname, './src/plugins') },
// { find: 'pls', replacement: resolve(__dirname, './src/plugins') },

View File

@ -45,6 +45,7 @@ ThreeJS大名鼎鼎的基于浏览器渲染JavaScript语言的3D库。<br/><b
![展示](./preview/数字城市1.gif)
![展示](./preview/数字城市2.gif)
![展示](./public/plugins/digitalCity/preview/city2.gif)
![展示](./preview/地球3.gif)
![展示](./preview/热力图2.gif)
![展示](./preview/热力图.gif)

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -4,7 +4,7 @@
* @Autor: 地虎降天龙
* @Date: 2023-10-26 09:20:42
* @LastEditors: 地虎降天龙
* @LastEditTime: 2024-01-02 10:23:50
* @LastEditTime: 2024-01-04 10:54:39
*/
export default {
"name": "digitalCity",
@ -29,6 +29,6 @@ export default {
{ "src": "plugins/digitalCity/preview/buildingsEffectA.png", "type": "img", "name": "buildingsEffectA", "title": "建筑物效果A" },
{ "src": "plugins/digitalCity/preview/buildingsMarkA.png", "type": "img", "name": "buildingsMarkA", "title": "建筑物标记A" },
{ "src": "plugins/digitalCity/preview/roadLines.png", "type": "img", "name": "roadLines", "title": "道路飞线" },
{ "src": "plugins/digitalCity/preview/roadLines.png", "type": "img", "name": "city2", "title": "城市新模型" },
{ "src": "plugins/digitalCity/preview/city2.gif", "type": "img", "name": "city2", "title": "城市新模型" },
]
}