Reputation: 1
I'm trying to create a scene for Autodek forge ar / vr toolkit taking the .rvt model from BIM360. I have already managed to create a scene and load it in unity but uploading the model manually
Upvotes: 0
Views: 135
Reputation: 9942
When creating a scene for documents from BIM 360 Docs, there are a couple of things that are different compared to designs you upload manually:
The access token you use when communicating with the AR/VR Toolkit server must be "3-legged", i.e., obtained from the user login workflow.
When creating the AR/VR scene, you need to specify the BIM 360-specific information (like project ID or document version ID) in the prj
property as well: https://app.swaggerhub.com/apis/cyrillef/forge-ar_kit/1.2.1#/ARVR-Toolkit/create_scene.
Upvotes: 0