How to create 3D model without AR using arsceneview #344
Replies: 3 comments
-
You have two choices:
Note that, in first case, you can also share the |
Beta Was this translation helpful? Give feedback.
-
It may also depend on your need to share the main and indirect light. In case of light estimation enabled you can decide on letting it estimated or fixed. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your return. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It is mlentionned in the documentation that this dependency 'io.github.sceneview:arsceneview:1.1.0' is for 3D and ARCore.
i have two questions:
1/ is it possible to display object in 3D mode with the component:
<io.github.sceneview.ar.ArSceneView android:id="@+id/sceneView" android:layout_width="match_parent"
android:layout_height="match_parent" /> . if yes how to use it in 3d mode ?
2/ if it is not possible for my first question: how to display object in 3D mode with the compnent :
<io.github.sceneview.SceneView android:id="@+id/sceneView" android:layout_width="match_parent"
android:layout_height="match_parent" /> and i want the one that exists in the dependency that i am using and mentioned above .
Thank you in adavance
Beta Was this translation helpful? Give feedback.
All reactions