arcticPigs release V1.0 helpefiles |
![]() |
bool followCursor;
When the cursor is no longer over an object in the 3D scene, which generally means the cursor is somewhere over the background of the window, the position of the hit object does not change when followCursor is set to false. This is the default. If you want the object to always be underneath the current cursor location in your 3D window, set followCursor to true. The viewer will then keep the distance between the camera and the hit object constant. As soon as the mouse hits another object, the distance to the camera will again be determined by the point in the scene that is actually hit.
Last Updated: 07/03/02 |