1234567891011121314151617181920212223242526272829 |
- /*
- * 说明:本文件是“项目离线部署包”场景打包配置文件。
- * 提示:项目离线部署包打包时将参考本文件配置进行。为确保打包完整,请将项目引入的“园区”场景URL、
- * 模型URL,填写到下方的配置中。
- */
- {
- // 当前项目使用的ThingJS包(thing.min.js)版本号
- "thingjs_version" : "1.2.7.18",
- // 举例:项目中引用的第一个场景URL为 "/api/scene/d370cad09e74f42d932b083d",
- // 第二个场景URL为 "/api/scene/b422fd26d4c7874df3992068",
- // 为能正确打包上述两个场景,需配置如下:
- "scenes": [
- "/api/scene/00c8b14766e1616e3bf14604"
- ],
- // 举例:项目中动态引用了模型 "/api/models/8CF6171F7EE046968B16E10181E8D941/0/gltf/",
- // 为能正确打包该引用模型,需配置如下:
- // 1.https://model.3dmomoda.com/models/9CD08ED91F5C4E0ABB6B0833C86F2942/0/gltf/ 胶囊url
- // 2.https://www.thingjs.com/static/models/ani_gltf 行走小人url
- // 3./api/models/cfe3285cc2364841bba1ccf59c2e5032/0/gltf thing_餐吧桌url
- // 4./api/models/A193298DF398478CB3BBA9B4D1B41343/0/gltf thing_黑色小弓形椅url
- // 5./api/models/852E680B760C4C48A837C2EF8037DC4C/0/gltf thing_隔断桌 url
- "models": [
- "https://model.3dmomoda.com/models/9CD08ED91F5C4E0ABB6B0833C86F2942/0/gltf/",
- "https://www.thingjs.com/static/models/ani_gltf",
- "/api/models/cfe3285cc2364841bba1ccf59c2e5032/0/gltf",
- "/api/models/A193298DF398478CB3BBA9B4D1B41343/0/gltf",
- "/api/models/852E680B760C4C48A837C2EF8037DC4C/0/gltf"
- ]
- }
|