About Store Forum Documentation Contact



Post Reply 
Camera Orthogonal
Author Message
djpercy Offline
Member

Post: #1
Camera Orthogonal
Hell,

how i set the camera in orthogonal view?

Greetings Denis
12-03-2011 08:30 PM
Find all posts by this user Quote this message in a reply
kulesz Offline
Member

Post: #2
RE: Camera Orthogonal
There's no way to set orthogonal view in game (in direct way), but you can limit the FOV:
Code:
D.viewFov(DegToRad(30.0));

It will imitate the orthogonal view very well.
12-03-2011 11:16 PM
Find all posts by this user Quote this message in a reply
djpercy Offline
Member

Post: #3
RE: Camera Orthogonal
Hello,

Tanks, it works.

Greetings Denis
12-04-2011 12:51 PM
Find all posts by this user Quote this message in a reply
Post Reply