0.0.4 Camera Rotation Feature: SPH
bigorangemachine opened this issue ยท 2 comments
When in the SPH using the view control buttons:
Bottom left: glitches out after one click (before clicking anything else). that 'below value' needs restriction in some circumstance.
Top left: prevents glitches if smallest increment is applied twice (to top 'c' and top reverse 'c')
to top 'c' (left of up arrow) and top reverse 'c' (right of up arrow) glitch on first click unless above is clicked first.
Possible fixes:
Resolve the part of (Quaternion.AngleAxis(0.2f, this.control.Camera.transform.right) * this.control.direction;
creates the glitch and wrap in an if statement for the SPH.