Kelvin Watson

Results 8 comments of Kelvin Watson

Yes that is what I'm doing, except I'm starting up another camera in another fragment when I swipe to switch fragments, i.e. I call `mCamera1.stop()` for Fragment1, and `mCamera2.start()` for...

I was able to resolve this using an async task: ``` private static class StopStartCameraAsyncTask extends AsyncTask { private final CameraView cameraToStop; private final CameraView cameraToStart; StopStartCameraAsyncTask(@NonNull CameraViewListener cameraToStop, @NonNull...

@ThomasGorisse This bug doesn't happen every time though, so not sure I want to change the intensity across the board. The bug only happens once every 35 or so loads...

Working solution adapted from SceneView: https://github.com/SceneView/sceneview-android/blob/5ede719cf10c6b72764500366802147d7323aa3f/sceneview/src/main/java/io/github/sceneview/node/ModelNode.kt#L361-L377 ``` /** * Centers the 3D model. * * @param origin Coordinate inside the model unit cube from where it is centered * -...

> If you want to start kotlin-langchain, I can participant in making kotlin-langchain. I have been developing 2 years Kotlin in production env. I'm interested in participating in supporting Kotlin!