Set tracker objects used to update the cave
<vizcave:Cave>.setTracker( | |
pos = None | |
ori = None | |
leftPos = None | |
rightPos = None | |
) |
Note: The position of the tracker must be in the same units used to specify the dimensions of the cave walls.
Important: This command will only adjust the center of projection for the view frustum. It should NOT be used to try and move the cave through the virtual world. If you implement this incorrectly then you will get highly distorted images.