sceneview-android icon indicating copy to clipboard operation
sceneview-android copied to clipboard

selectionVisualizer can't show

Open Yeafun opened this issue 3 years ago • 0 comments

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?

Yeafun avatar Sep 19 '22 08:09 Yeafun