This commit is contained in:
Rexbas
2023-05-07 09:57:09 +02:00
committed by wwmayer
parent 9415c80a5e
commit 530dd7c219

View File

@@ -953,7 +953,7 @@ SbRotation NaviCubeImplementation::getNearestOrientation(PickId pickId) {
SbRotation rotation = intermediateOrientation.inverse() * standardOrientation;
rotation.getValue(axis, angle);
// f is a small value used to control orientation priority when the camera is almost excactly between two
// f is a small value used to control orientation priority when the camera is almost exactly between two
// orientations (e.g. +45 and -45 degrees). The standard orientation is preferred compared to
// +90 and -90 degree orientations and the +90 and -90 degree orientations are preferred compared to an
// upside down standard orientation