Hey everyone,
I'm working on a program that involves rotating a model based on the movement of the mouse. My problem is that the model stops rotating when the mouse hits the edge of the screen. Is there a way around this?
I was asked not to use drag-to-rotate, and I tried using _mouse.mouseH = 0 to reset the position of the cursor every frame. I wasn't allowed to set that property.
Thanks,
Anthony
I'm working on a program that involves rotating a model based on the movement of the mouse. My problem is that the model stops rotating when the mouse hits the edge of the screen. Is there a way around this?
I was asked not to use drag-to-rotate, and I tried using _mouse.mouseH = 0 to reset the position of the cursor every frame. I wasn't allowed to set that property.
Thanks,
Anthony