You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to display a 3d model after scanned an image marker. I tried the example one but I want to try update the model with my own code.
May I know if it is possible for me to build my own three js 3d world and hide the models. Then I use the callback from ARnft to display the object and update its position to the marker?
The text was updated successfully, but these errors were encountered:
If i understood right you want to hide and unhide your model. At the moment it is possible only to decide to hide or not at the creation, when you add the model/mesh. See the objVisilbility option
I want to display a 3d model after scanned an image marker. I tried the example one but I want to try update the model with my own code.
May I know if it is possible for me to build my own three js 3d world and hide the models. Then I use the callback from ARnft to display the object and update its position to the marker?
The text was updated successfully, but these errors were encountered: