Skip to content

Commit 3522f58

Browse files
author
RubioJr9
committed
Removed code causing arc ball issues
1 parent d056f3c commit 3522f58

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Externals/spire/arc-ball/ArcBall.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ void ArcBall::drag(const glm::vec2& msc)
8686
// Construct a quaternion from two points on the unit sphere.
8787
glm::quat mQDrag = quatFromUnitSphere(mVSphereDown, mVSphereNow);
8888
mQNow = mQDrag * mQDown;
89-
if(glm::dot(mVSphereDown, mVSphereNow) < 0.0)
90-
beginDrag(msc);
9189
}
9290

9391
//------------------------------------------------------------------------------

0 commit comments

Comments
 (0)