LarryG on 5/10/2013 at 04:54
I want to record a canned sequence where the camera is moving but keeping an object centered in the field of view. The camera could be Garrett's POV as he is physattched to a camvator or, perhaps, determined by, say, TrapCamAttach to the camvator without Garrett involved. The point is that I want an automatic way to force the camera to focus on something as the camera moves around, the way that the eyeball plants focus on Garrett, but it's not Garrett I want to focus on, it's something else.
Nameless Voice on 5/10/2013 at 17:19
<h1><a name="NVObjectWatcher" id="NVObjectWatcher"></a>NVObjectWatcher</h1>
<p>The object with this script will rotate to track the object specified by the <kbd>NVObjectToWatch</kbd> parameter. Its rotation will be adjusted every 50ms to always face the target object.<br/>
If you specify <kbd>NVObjectWatcherZOnly=1</kbd> then the object will only be tracked horizontally, and height differences will be ignored.</p>
LarryG on 5/10/2013 at 17:37
So if I put the camera on a vator with TrapCamAttach and the vator has NVObjectWatcher I should be able to record a scene where the camera stays focused on the object no matter how the camera or object move? Great! I'll try it.