change camera to an orthographic camera

swapnil

New member
How to change to an orthographic camera using lscript. Searched through the documentation but couldn't find any relevant docs.
 
As your camera is selected,
you need a Command the universal method to add a plugin,
in Lscript:
str = string("ApplyServer CameraHandler Orthographic Camera");
CommandInput(str);

Denis.
 
Back
Top