Question: I’ve been using SceneView for loading 3D models for almost a year now but I never understood what caused this leak. I would implement LeakCanary, but just this one leak because I couldn’t figure out how to fix the ...
Question: Does android studio don’t support sceneform library anymore? because whenever I instantiate ArFragment with (ArFragment) getSupportFragmentManager().findFragmentById(R.id.fragment) I get an error that says Inconvertible types; cannot cast 'androidx.fragment.app.Fragment' to 'com.google.ar.sceneform.ux.ArFragment I already put <meta-data android:name="com.google.ar.core" android:value="required" /> in manifest and ...
Question: I followed the solution here for rotating a TransformableNode on the X axis based on the user’s DragGesture, using the Sceneform Android SDK. However, I would also like to rotate on the Y and Z axis as well, similar ...