View Single Post
  #6   Spotlight this post!  
Unread 13-02-2007, 13:20
bcieslak
 
Posts: n/a
Re: camera goes to corner when finds light

It sounds like youre camera looks away from the light.
In the tracking.h module there are some bits to change:
Look for:

// If your camera suddenly moves away from the target once
// it finds it, you'll need to change the sign on one or
// both of these values.
#define PAN_ROTATION_SIGN_DEFAULT -1
#define TILT_ROTATION_SIGN_DEFAULT +1

Try experimenting with these.
BC