SceneView / sceneview-android

SceneView is a 3D and AR Android Composable and View with Google Filament and ARCore. This is a Sceneform replacement in Kotlin
Apache License 2.0
816 stars 159 forks source link

Let developers define custom node name #445

Closed bankbiz closed 5 months ago

bankbiz commented 6 months ago

Is there any reason why the Node name property is removed from the current version? I just updated from v0.10.2

I think the name property is beneficial, for example, in handling on-tap events. We can check which node name was tapped.

bankbiz commented 6 months ago

@ThomasGorisse, please help review and merge if you are available. Thanks