sceneview-android
sceneview-android copied to clipboard
selectionVisualizer can't show
When use loadModelGlbAsync (...) from fileLocation=File as Model(fileLocation = "file://" + modelPath)
The selectionVisualizer can't be seen
use Log.d("mainactivity", "selectionVisualizer: " + modelNode?.selectionVisualizer.toString())
show selectionVisualizer: io.github.sceneview.node.ModelNode@765a91c
actually it has been load
why can not see it when use model load from non-assets package?