kool-editor-model
Toggle table of contents
0.18.0
common
Platform filter
common
Switch theme
Search in API
kool-editor-model
kool-editor-model
/
de.fabmax.kool.editor.data
/
CameraTypeData
/
Perspective
Perspective
@
Serializable
data
class
Perspective
(
val
fovY
:
Float
=
60.0f
,
val
clipNear
:
Float
=
0.1f
,
val
clipFar
:
Float
=
1000.0f
)
:
CameraTypeData
Members
Constructors
Perspective
Link copied to clipboard
constructor
(
fovY
:
Float
=
60.0f
,
clipNear
:
Float
=
0.1f
,
clipFar
:
Float
=
1000.0f
)
Properties
clip
Far
Link copied to clipboard
open
override
val
clipFar
:
Float
=
1000.0f
clip
Near
Link copied to clipboard
open
override
val
clipNear
:
Float
=
0.1f
fov
Y
Link copied to clipboard
val
fovY
:
Float
=
60.0f
name
Link copied to clipboard
open
override
val
name
:
String
Functions
create
Camera
Link copied to clipboard
open
override
fun
createCamera
(
)
:
PerspectiveCamera
update
Camera
Link copied to clipboard
open
override
fun
updateCamera
(
existingCamera
:
Camera
)
:
Boolean