|
@@ -21,16 +21,22 @@ export class CaseBabylonPage implements OnInit {
|
|
|
|
|
|
CharacterMap:any = {}
|
|
|
CharacterMeshList = [
|
|
|
- {
|
|
|
- name:"机器人",
|
|
|
- dirPath:"assets/3dmodel/robot_rk11/",
|
|
|
- filePath:"scene.gltf"
|
|
|
- },
|
|
|
- {
|
|
|
- name:"卡通人",
|
|
|
- dirPath:"assets/3dmodel/vtuber/",
|
|
|
- filePath:"scene.gltf"
|
|
|
- }
|
|
|
+ {name:"古风少女",
|
|
|
+ dirPath:"https://nova-cloud.obs.cn-south-1.myhuaweicloud.com/storage/3d/model/ancient-chinese-woman/gltf/",
|
|
|
+ filePath:"scene.gltf"},
|
|
|
+ {name:"中国象棋",
|
|
|
+ dirPath:"https://nova-cloud.obs.cn-south-1.myhuaweicloud.com/storage/3d/model/chinese-chess/gltf/",
|
|
|
+ filePath:"scene.gltf"},
|
|
|
+ {name:"卡通异瞳少女",
|
|
|
+ dirPath:"https://nova-cloud.obs.cn-south-1.myhuaweicloud.com/storage/3d/model/vtuber-selen/gltf/",
|
|
|
+ filePath:"scene.gltf"},
|
|
|
+ {name:"中国老杯子",
|
|
|
+ dirPath:"https://nova-cloud.obs.cn-south-1.myhuaweicloud.com/storage/3d/model/chinese-iron-cup/",
|
|
|
+ filePath:"scene.gltf"},
|
|
|
+ {name:"中国城市lowpoly",
|
|
|
+ dirPath:"https://nova-cloud.obs.cn-south-1.myhuaweicloud.com/storage/3d/model/chinese-city-lowpoly/gltf/",
|
|
|
+ filePath:"scene.gltf"},
|
|
|
+
|
|
|
]
|
|
|
constructor() { }
|
|
|
|