Issues.00086 - lordmundi/wikidoctest GitHub Wiki
00086: possible trackcam bug
Summary: possible trackcam bug
Created: 2008–06–17 11:52
Status: Submitted
Category: Bug
From: frankie
Version: 1.1
Released_In:
Description:
when a tracked node jumps away, for some reason the camera being controlled by the trackcam plugin is adjusted in x,y, and z.
I'm not sure why xyz is updated from trackcam… but when there is a huge jump in the node being tracked, the camera moves a non-insignificant amount (I noticed it when the simdata playback was set to repeat and the playback went back to the beginning.
Comments
frankie April 14, 2011, at 04:01 PM: Brad points out a workaround:
you can also set the camera so that it cannot move by using the following script:
doug.node camera_name limit -x -y -z
This will force the camera to stay fixed at its current location relative to its parent.
brad