I added a feature based on the Codelabs tutorial from Google (https://codelabs.developers.google.com/codelabs/sceneform-intro/index.html?index=..%2F..index#15) which allows users to take photos of AR objects that were added into the scene. The code works fine, however, I wish to hide the PlaneRenderer (the white dots that appear when ARCore detects a surface) in the photo taken by users. In the onClickListener for the “Capture
Tag: sceneform
ARCore – How to set default scale for a Transformable node?
I am using Transformable node and able to set minimum and maximum scale values. But I am using a model whose default size is much bigger so I have to use gestures to make it small. How is it possible to set default scale value of a model / Transformable node? Answer i think you can use TransformableNode’s setLocalScale method