Placing objects right in front of camera in ARCore Android
问题 I'm trying to place a large 3D object (generated from .obj file) in front of camera and not able to do it. The model gets placed considering the hit result as the center point. Any way to get it done? 回答1: The following code will place an anchor 1M in front of the camera - you can adjust the depth to whatever you need: // Place the anchor 1m in front of the camera. Log.d(TAG,"adding Andy in fornt of camera"); Frame frame = arFragment.getArSceneView().getArFrame(); Session session = arFragment