Reputation: 29
I have a Model with multiple 3D Views. With the extension "Viewing.Extension.ViewableSelector" i can switch between the different views.
Each view represents a different building condition which i would like to visualize in AR. When I create a scene from the model with the AR/VR toolkit only the visible part of the {3D} view is selected by default.
Is there a way to create a scene only from the selected view?
Upvotes: 0
Views: 77
Reputation: 9942
When creating a scene in the AR/VR Toolkit, you can specify view_id
that you'd like to include in the scene: https://app.swaggerhub.com/apis/cyrillef/forge-ar_kit/1.2.1#/ARVR-Toolkit/create_scene.
Upvotes: 1