c3d.perspective

the perspective module is used for manipulating the cameras perspective in the scene

set_fov(fov)changes the FOV of the camera
set_near_plane(near)changes the near clipping plane position
set_far_plane(far)changes the far clipping plane position
set_fov(fov)Source

changes the FOV of the camera

Parameters

  1. fov number the FOV amount to set
set_near_plane(near)Source

changes the near clipping plane position

Parameters

  1. near number clipping plane
set_far_plane(far)Source

changes the far clipping plane position

Parameters

  1. far number clipping plane