mirror of
https://gitee.com/ice-gl/icegl-three-vue-tres.git
synced 2025-04-05 06:22:43 +08:00
完善了数字城市的第二个模型场景
This commit is contained in:
parent
2494b7fa69
commit
5436c3b0a8
5
.fes.js
5
.fes.js
@ -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') },
|
||||
|
@ -45,6 +45,7 @@ ThreeJS大名鼎鼎的基于浏览器渲染,JavaScript语言的3D库。<br/><b
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
BIN
public/plugins/digitalCity/preview/city2.gif
Normal file
BIN
public/plugins/digitalCity/preview/city2.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
@ -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": "城市新模型" },
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user