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.features
/
IrradianceSH
Irradiance
SH
data
class
IrradianceSH
(
val
xCount
:
Int
,
val
yCount
:
Int
,
val
zCount
:
Int
,
val
spacing
:
Double
,
val
offset
:
Vector3
,
val
cubemapSize
:
Int
)
:
Feature
(
source
)
Members
Constructors
Irradiance
SH
Link copied to clipboard
constructor
(
xCount
:
Int
,
yCount
:
Int
,
zCount
:
Int
,
spacing
:
Double
,
offset
:
Vector3
,
cubemapSize
:
Int
)
Properties
cubemap
Size
Link copied to clipboard
val
cubemapSize
:
Int
offset
Link copied to clipboard
val
offset
:
Vector3
probe
Count
Link copied to clipboard
val
probeCount
:
Int
sh
Map
Link copied to clipboard
var
shMap
:
BufferTexture
?
spacing
Link copied to clipboard
val
spacing
:
Double
x
Count
Link copied to clipboard
val
xCount
:
Int
y
Count
Link copied to clipboard
val
yCount
:
Int
z
Count
Link copied to clipboard
val
zCount
:
Int
Functions
update
Link copied to clipboard
open
override
fun
<
T
:
Feature
>
update
(
drawer
:
Drawer
,
sceneRenderer
:
SceneRenderer
,
scene
:
Scene
,
feature
:
T
,
context
:
RenderContext
)