Kronal Vessel Viewer (KVV) - Exploded ship view

Kronal Vessel Viewer (KVV) - Exploded ship view

30.4k Downloads

0.0.4 Camera Rotation Feature: SPH

bigorangemachine opened this issue ยท 2 comments

commented

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.

commented

This fix needs to be confirmed?

commented

I was able to fix this by reorienting the camera differently in SPH than VAB. Camera looks DOWN in SPH and FORWARD in VAB. The camera was previously "gimbal locked" and unable to rotate around the ship.