Twin_dragon97
Twin_dragon97

Reputation: 1

problem with forge AR / VR toolkit and BIM360

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

Answers (1)

Petr Broz
Petr Broz

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:

  1. 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.

  2. 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

Related Questions