GLTFCamera

Inherits: Resource < Reference < Object

Description

Note: This class is only compiled in editor builds. Run-time glTF loading and saving is not available in exported projects. References to GLTFCamera within a script will cause an error in an exported project.

Properties

float

fov_size

75.0

bool

perspective

true

float

zfar

4000.0

float

znear

0.05


Property Descriptions

float fov_size = 75.0

  • void set_fov_size ( float value )

  • float get_fov_size ( )

There is currently no description for this property. Please help us by contributing one!


bool perspective = true

  • void set_perspective ( bool value )

  • bool get_perspective ( )

There is currently no description for this property. Please help us by contributing one!


float zfar = 4000.0

  • void set_zfar ( float value )

  • float get_zfar ( )

There is currently no description for this property. Please help us by contributing one!


float znear = 0.05

  • void set_znear ( float value )

  • float get_znear ( )

There is currently no description for this property. Please help us by contributing one!