CAMERA_FOCAL_POINT
The camera current focal point. This constant should be used when a pitch/heading animation should keep focusing on the current focal point.
Since
1.19
VMECameraUpdate lUpdate = new VMECameraUpdateBuilder()
.setTargets(Arrays.asList(VMECameraUpdate.CAMERA_FOCAL_POINT))
.build();
Content copied to clipboard