ModelViewer3D icon indicating copy to clipboard operation
ModelViewer3D copied to clipboard

3D model viewer app (STL, OBJ, PLY) for Android.

Results 12 ModelViewer3D issues
Sort by recently updated
recently updated
newest added

Bumps `kotlin_version` from 2.0.20 to 2.0.21. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.0.20 to 2.0.21 Release notes Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases. Kotlin 2.0.21 Changelog Apple Ecosystem KT-69093 Xcode 16 support in Kotlin Backend....

dependencies

It would be nice to hide status bar. But options menu should be moved somewhere. ` val windowInsetsController = WindowCompat.getInsetsController(window, window.decorView) windowInsetsController.systemBarsBehavior = WindowInsetsControllerCompat.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE ViewCompat.setOnApplyWindowInsetsListener(findViewById(R.id.containerView)) { v, insets -> `...