GLTFCamera

Inherits: Resource < RefCounted < Object

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

Properties

float

depth_far

4000.0

float

depth_near

0.05

float

fov

1.309

bool

perspective

true

float

size_mag

0.5

Methods

GLTFCamera

from_dictionary ( Dictionary dictionary ) static

GLTFCamera

from_node ( Camera3D camera_node ) static

Dictionary

to_dictionary ( ) const

Camera3D

to_node ( ) const


Property Descriptions

float depth_far = 4000.0

  • void set_depth_far ( float value )

  • float get_depth_far ( )

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


float depth_near = 0.05

  • void set_depth_near ( float value )

  • float get_depth_near ( )

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


float fov = 1.309

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 size_mag = 0.5

  • void set_size_mag ( float value )

  • float get_size_mag ( )

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


Method Descriptions

GLTFCamera from_dictionary ( Dictionary dictionary ) static

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


GLTFCamera from_node ( Camera3D camera_node ) static

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


Dictionary to_dictionary ( ) const

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


Camera3D to_node ( ) const

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