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
/
PointLight
Point
Light
class
PointLight
(
var
constantAttenuation
:
Double
=
1.0
,
var
linearAttenuation
:
Double
=
0.0
,
var
quadraticAttenuation
:
Double
=
1.0
)
:
Light
(
source
)
Members
Constructors
Point
Light
Link copied to clipboard
constructor
(
constantAttenuation
:
Double
=
1.0
,
linearAttenuation
:
Double
=
0.0
,
quadraticAttenuation
:
Double
=
1.0
)
Properties
color
Link copied to clipboard
var
color
:
ColorRGBa
constant
Attenuation
Link copied to clipboard
var
constantAttenuation
:
Double
linear
Attenuation
Link copied to clipboard
var
linearAttenuation
:
Double
quadratic
Attenuation
Link copied to clipboard
var
quadraticAttenuation
:
Double
update
Link copied to clipboard
var
update
:
(
)
->
Unit
?
user
Data
Link copied to clipboard
var
userData
:
Any
?
Functions
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int