Noha Samir
Noha Samir
Workaround solution, fixed by removing the generated android test file ``` /** * Instrumented test, which will execute on an Android device. * * @see Testing documentation */ @RunWith(AndroidJUnit4.class) public...
@ayeung This file generated by default when you create a new android project from android studio. I just remove it from the project.
You can create method onChang and post the new value inside it For more details you can check this answer https://stackoverflow.com/a/52287357
You can make the 3d background transparent instead of white because the white color looks different in the 3D environment. ``` /** * Scene View version 1.2.6 */ Scene( engine...
For the lights, Create a front light and add it to the nodes list ``` val nodes = remember { mutableStateListOf() } val frontLight = rememberMainLightNode(engine = engine, creator =...
Hi @jaswant-iotric I was using your [solution](https://github.com/SceneView/sceneview-android/issues/306#issuecomment-1860004062) in version 1.0.6, but Unfortunately, I'm encountering an issue with it in version 1.2.6, I need to know which version you're currently using....
Here is how you can make the skybox background transparent Note: on some emulators can cause the backgrounds to appear black, if you faced that you have to run on...