-
-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using ViewNode and I want to do runtime animation and clicks inside ViewNode, I tried below code and clicks are not working. #557
Comments
I am using implementation 'io.github.sceneview:arsceneview:0.10.0' and implementation("com.google.android.filament:filament-utils-android:1.31.4") this is the code I did import android.animation.Animator data class Employee( data class ApiResponse( class MainActivity1 : AppCompatActivity() {
}
// val smallScale = Scale(0.5f, 0.5f, 0.5f) // 50% of the original size
// Toast.makeText(applicationContext, "click on placed node", Toast.LENGTH_LONG)
|
No description provided.
The text was updated successfully, but these errors were encountered: