THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 27/07/2005 at 07:38, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.x
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C.O.F.F.E.E ;
---------
I can read and set the Aperture and Focal Lenght of a camera object:
APERTURE=cambc->GetFloat(CAMERAOBJECT_APERTURE);
FOCUS=cambc->GetFloat(CAMERAOBJECT_FOCUS);
cambc->SetFloat(CAMERAOBJECT_APERTURE,APERTURE);
cambc->SetFloat(CAMERAOBJECT_FOCUS,FOCUS);
But, can I set the Field of View? If yes, what is the name of the parameter? And, will the Focal Lenght be automatically adjusted?
Rui Batista