Requests throw when using loadModel

2019-06-13 23:06发布

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条回答
欢心
2楼-- · 2019-06-13 23:27

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)

查看更多
登录 后发表回答