This change replace resetCenter() with setNeedsResetRotation() for PanoramaView and StereoView. For OrientationNode, it just renamed to resetRotation().
Unlike resetCenter(), setNeedsResetRotation() delays actual rotation changes until the next scene rendering frame.
This request also combines deprecated/removed APIs into the single Deprecations+Removals.swift file.
This change replace
resetCenter()
withsetNeedsResetRotation()
forPanoramaView
andStereoView
. ForOrientationNode
, it just renamed toresetRotation()
.Unlike
resetCenter()
,setNeedsResetRotation()
delays actual rotation changes until the next scene rendering frame.This request also combines deprecated/removed APIs into the single
Deprecations+Removals.swift
file.