Requests throw when using loadModel

社会主义新天地 提交于 2019-12-08 10:44:42

问题


I tried to use a viewer API for using offline data(SVF) . When I called loadModel, any requests sent as follows.

https://ase.autodesk.com/adp/v1/analytics/upload
https://raas-assets.autodesk.com/StaticContent/BaseAddress?family=protein
https://raas-assets.autodesk.com/StaticContent/BaseAddress?family=prism

What does this request mean? Is it checking see if data is correct?


回答1:


The first one is for is internal to the viewer for properties access. The 2 others are internal for the viewer to access material definition for rendering purpose. Protein material are current/legacy material library (proprietary, and requires specific libraries from NVidia), Prism is the new future material library which is open (json information format)



来源:https://stackoverflow.com/questions/41441316/requests-throw-when-using-loadmodel

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!