Posts: 9
Threads: 4
Joined: Dec 2010
Reputation:
0
Hi
I want to know does ab3d powetoys library supports control of Respective and Orthographic views.
Please let me know, thanks in advance
Thanks
YGT
Posts: 731
Threads: 8
Joined: Sep 2009
Reputation:
35
The current version support only Perspective camera.
I am planning to add support for Orthographic camera in the future version.
Andrej Benedik
Posts: 2
Threads: 0
Joined: Jun 2012
Reputation:
0
Hi Andrej,
Any update on support for an orthographic camera? Thanks!
Posts: 731
Threads: 8
Joined: Sep 2009
Reputation:
35
Yes, orthographic camera is already supported for quite a while. You just need to set CameraType to OrthographicCamera. Than you can control the width of the camera (the Distance is not used for OrthographicCamera) with the CameraWidth property.
Andrej Benedik
Posts: 2
Threads: 0
Joined: Jun 2012
Reputation:
0
Sweet! Thanks for the help, Andrej.