orx
Toggle table of contents
0.5.0-dev.28+293aff4
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
view
Matrix
Link copied to clipboard
open
override
val
viewMatrix
:
Matrix44
Functions
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int