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

After getting LightNode to work, I've found that adding directional lights does not work. If you add one directional light, it overrides the scene's mainLight as generated by lightEstimationMode= LightEstimationMode.AMBIENT_INTENSITY,...

Hi, We are planning to move from sceneform android to sceneview and we are primarily focusing on Augmented Images. Does sceneview has a sample for augmented images ? I found...

Will SceneView support rendering GLB files containing KTX2 texture in the future? Or there is already a way to do so? I used one of your sample projects to do...

enhancement

Hi I am trying to upgrade from 0.5.1 to 0.9.0 but facing one problem ``` val model = ShapeFactory.makeSphere( sceneView.lifecycle, 0.02f, Vector3(0.0f, 0.0f, 0.0f), material ) anchorNode.setModel(model) ``` Previously above...

Hello, can i create simple shape from class ShapeFactory? I tried this one, but com.google.ar.sceneform.rendering.Color is deprecated: val material = MaterialFactory.makeTransparentWithColor(this@MainActivity, lifecycle, com.google.ar.sceneform.rendering.Color(1f, 0f, 0f, 0.5f)) val modelTest = ShapeFactory.makeCube(lifecycle,...

### Discussed in https://github.com/SceneView/sceneview-android/discussions/163 Originally posted by **Ncit** September 26, 2022 I have issues with model on devices samsung a52 and simulator. Can you give me some advices, on how...

![WhatsApp Image 2022-09-22 at 6 36 49 PM](https://user-images.githubusercontent.com/111751463/191756167-8a84e878-1695-4dec-9451-f1d3de87f72c.jpeg)

Hi I am still new to the whole AR thing and I don't know how this framework actually work but it's great now I am facing a problem that the...

Hello sir, Thank you for maintaining the SceneView lib. I would like to check with you if is it possible to get the tapped position when user taps on the...

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...