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
/
DirectionalLight
Directional
Light
class
DirectionalLight
(
var
direction
:
Vector3
=
-Vector3.UNIT_Z
,
var
shadows
:
Shadows
=
Shadows.None
)
:
Light
,
ShadowLight
(
source
)
Members
Constructors
Directional
Light
Link copied to clipboard
constructor
(
direction
:
Vector3
=
-Vector3.UNIT_Z
,
shadows
:
Shadows
=
Shadows.None
)
Properties
color
Link copied to clipboard
var
color
:
ColorRGBa
direction
Link copied to clipboard
var
direction
:
Vector3
projection
Size
Link copied to clipboard
var
projectionSize
:
Double
shadows
Link copied to clipboard
open
override
var
shadows
:
Shadows
Functions
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
projection
Link copied to clipboard
open
override
fun
projection
(
renderTarget
:
RenderTarget
)
:
Matrix44
view
Link copied to clipboard
open
fun
view
(
node
:
SceneNode
)
:
Matrix44