Forum

set ortho projection

26 June 2017 16:16
Hi, how set ortho projection on camera object?
26 June 2017 16:29
Hi, how set ortho projection on camera object?
Hi, go to Camera Settings => Lens and set it to Orthographic.
Blend4web and that kind of thing.
10 November 2017 00:05
Hi,

Is threre a way to do it in SDK API?

For example,
1. i have one cam with perspective lens
2. got it by api
const cam = this.m_scenes.get_active_camera();

3. change it type from current (target) to static
this.m_cam.static_setup(cam, {…});

and want to change lens to orthographic

Is it posible?
 
Please register or log in to leave a reply.