广西东盟项目.cps 1.6 KB

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