filament-umbrella
Toggle table of contents
0.1.2-beta06
common
Target filter
common
Switch theme
Search in API
Skip to content
filament-umbrella
filament-compose
/
io.github.erkko68.filament.compose.scene
/
Projection
/
Lens
Lens
data
class
Lens
(
val
focalLength
:
Double
=
28.0
,
val
near
:
Double
=
0.1
,
val
far
:
Double
=
100.0
)
:
Projection
Members
Constructors
Lens
Link copied to clipboard
constructor
(
focalLength
:
Double
=
28.0
,
near
:
Double
=
0.1
,
far
:
Double
=
100.0
)
Properties
far
Link copied to clipboard
val
far
:
Double
focal
Length
Link copied to clipboard
val
focalLength
:
Double
near
Link copied to clipboard
val
near
:
Double