Camera matching

 From:  Michael Gibson
3644.36 In reply to 3644.35 
Hi danperk, it turns out that there is a bug in MoI's setting of the FOV angle - the script interface for setting it did something wrong so that the angle that you see or set in the UI does not end up being the proper actual angle in the view.

So you'll need a fix for that before any actual proper matching will be possible. If you e-mail me at moi@moi3d.com I can send you a test version that will help with that.


> Is there a way through scripting to get Moi's current 3D viewport pixel dimensions
> and camera coordinates/focal point coordinates?

Check out here for some script that will get the camera and target coordinates:
http://moi3d.com/forum/index.php?webtag=MOI&msg=5981.2

The pixel dimensions are available as .pixelWidth and .pixelHeight properties on the viewport.

- Michael