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

SceneView is a 3D and AR Android Composable and View with Google Filament and ARCore. This is a Sceneform replacement in Kotlin

Results 164 sceneview-android issues
Sort by recently updated
recently updated
newest added

I'm having trouble figuring out how to display text in the ARScene. This is my MainActivity class class MainActivity : AppCompatActivity(R.layout.activity_main) { lateinit var sceneView: ARSceneView lateinit var loadingView: View...

i want to slow down the model animation below is my current code ` val car: CompletableFuture = ModelRenderable .builder() .setSource(context, Uri.parse("3d/$model.glb")) .setIsFilamentGltf(true) .build() CompletableFuture.allOf(car) .handle { ok: Void?, ex:...

As it was discussed, I've moved the `flatbuffers` to under `io.gihub.sceneview.com.google.flatbuffers`. Moving also `com.google.ar.sceneform` was problematic and led to ``` Supertypes of the following classes cannot be resolved. Please make...

Hi, I am using geospatial API for load objects on particular lat long Everything working fine except for two thing, - Autoanimation not working - Model moving with the camera...

only model image should display not the white area. Code ` package com.ar_makeup_android_prototype.ar import androidx.compose.foundation.background import androidx.compose.foundation.layout.fillMaxSize import androidx.compose.foundation.layout.offset import androidx.compose.foundation.layout.size import androidx.compose.runtime.Composable import androidx.compose.ui.Modifier import androidx.compose.ui.graphics.Color import androidx.compose.ui.graphics.toArgb import...

when ViewNode or parent is set to `node.isVisible = false`, the view does not disappear. ModelNode respects this behaviour correctly. You can see this in test code [here](https://github.com/sameerjj/sceneview-android/tree/view-node-visibility-issue) Lead contributor...

#400 fix If z equals 1.0f viewToWorld returns [NaN, NaN, -Infinity].

Could you make appSettingsLauncher call in ARCore optional, please? We used to have onCameraPermissionResult callback that allowed use to avoid this call by overriding value, but now there is no...

In my app, I would like to cover a real facade of a building with a virtual one as soon as the ImageMarker is scanned. Unfortunately, the object with the...