camera should move around object in the same distance: how to?

hi2all,

what can i do to make the camera move around an object always with the same distance?

thx in advance

If your object is relatively small and symetrical add a CurveCircle and put a FollowPath Constraint on the camera (which has a TrackTo constraint targeting the object so the camera looks at it). If it’s not small and symetrical, like a train you’ll have to shape your CurveCircle to fit it, which might be as much trouble as just keyframing the LocRot of the camera.

%<

thx a lot the first one is the case