orx
Toggle table of contents
0.5.0-dev.38+f0d9a9e
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-dnk3
/
org.openrndr.extra.dnk3
/
PerspectiveCamera
Perspective
Camera
class
PerspectiveCamera
(
var
node
:
SceneNode
)
:
Camera
(
source
)
Members
Constructors
Perspective
Camera
Link copied to clipboard
constructor
(
node
:
SceneNode
)
Properties
aspect
Ratio
Link copied to clipboard
var
aspectRatio
:
Double
far
Link copied to clipboard
var
far
:
Double
fov
Link copied to clipboard
var
fov
:
Double
near
Link copied to clipboard
var
near
:
Double
node
Link copied to clipboard
var
node
:
SceneNode
projection
Matrix
Link copied to clipboard
open
override
val
projectionMatrix
:
Matrix44
update
Link copied to clipboard
var
update
:
(
)
->
Unit
?
user
Data
Link copied to clipboard
var
userData
:
Any
?
view
Matrix
Link copied to clipboard
open
override
val
viewMatrix
:
Matrix44
Functions
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int