ilogic rule to control camera or perspective view

ilogic rule to control camera or perspective view

Anonymous
Not applicable
657 Views
1 Reply
Message 1 of 2

ilogic rule to control camera or perspective view

Anonymous
Not applicable

Hi all,

 

I am driving a regular ipt with iLogic and want to add a rule to control a perspective view, or even a camera. It's critical to the design process that I can do this within a form and with exact vector control (optical application).  I have parameters for the XYZ positions of the eye and target. I would also like to adjust roll, or the UpVector, and zoom using iLogic.

 

I can't find guidance on this. Is it possible? 

 

Thanks

 

 

Matt

 

0 Likes
658 Views
1 Reply
Reply (1)
Message 2 of 2

rjay75
Collaborator
Collaborator

Look at the Camera object in the API Help file. There are properties that expose the Eye, Target and UpVector among other things. To get the current camera object in iLogic use 

 

ThisApplication.ActiveView.Camera
0 Likes