CameraAttributesPhysical

Inherits: CameraAttributes < Resource < RefCounted < Object

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

Properties

float

auto_exposure_max_exposure_value

10.0

float

auto_exposure_min_exposure_value

-8.0

float

exposure_aperture

16.0

float

exposure_shutter_speed

100.0

float

frustum_far

4000.0

float

frustum_focal_length

35.0

float

frustum_focus_distance

10.0

float

frustum_near

0.05

Methods

float

get_fov ( ) const


Property Descriptions

float auto_exposure_max_exposure_value = 10.0

  • void set_auto_exposure_max_exposure_value ( float value )

  • float get_auto_exposure_max_exposure_value ( )

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


float auto_exposure_min_exposure_value = -8.0

  • void set_auto_exposure_min_exposure_value ( float value )

  • float get_auto_exposure_min_exposure_value ( )

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


float exposure_aperture = 16.0

  • void set_aperture ( float value )

  • float get_aperture ( )

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


float exposure_shutter_speed = 100.0

  • void set_shutter_speed ( float value )

  • float get_shutter_speed ( )

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


float frustum_far = 4000.0

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


float frustum_focal_length = 35.0

  • void set_focal_length ( float value )

  • float get_focal_length ( )

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


float frustum_focus_distance = 10.0

  • void set_focus_distance ( float value )

  • float get_focus_distance ( )

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


float frustum_near = 0.05

  • void set_near ( float value )

  • float get_near ( )

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


Method Descriptions

float get_fov ( ) const

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