Quaternion Rotation
#5
I work from a laptop and know right away when the CPU is racing around a main loop doing nothing.
_Limit is your friend Smile

Your mouse code is inefficient. Unless you are doing mouse wheel, just poll the Mouse like this:
While _MouseInput: Wend
mx = _MouseX: my = _MouseY: mb (or mb1) = _Mousebutton(1) ' usu. for left side clicking
b = b + ...
Reply


Messages In This Thread
Quaternion Rotation - by dcromley - 06-11-2022, 03:28 AM
RE: Quaternion Rotation - by bplus - 06-11-2022, 05:11 AM
RE: Quaternion Rotation - by dcromley - 06-11-2022, 08:20 PM
RE: Quaternion Rotation - by DSMan195276 - 06-11-2022, 09:05 PM
RE: Quaternion Rotation - by bplus - 06-11-2022, 10:07 PM
RE: Quaternion Rotation - by euklides - 06-12-2022, 01:31 PM



Users browsing this thread: 3 Guest(s)