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
/
VoxelConeTracing
Voxel
Cone
Tracing
data
class
VoxelConeTracing
(
val
xCount
:
Int
,
val
yCount
:
Int
,
val
zCount
:
Int
,
val
spacing
:
Double
,
val
offset
:
Vector3
)
:
Feature
(
source
)
Members
Constructors
Voxel
Cone
Tracing
Link copied to clipboard
constructor
(
xCount
:
Int
,
yCount
:
Int
,
zCount
:
Int
,
spacing
:
Double
,
offset
:
Vector3
)
Properties
initialized
Link copied to clipboard
var
initialized
:
Boolean
offset
Link copied to clipboard
val
offset
:
Vector3
spacing
Link copied to clipboard
val
spacing
:
Double
voxel
Map
Link copied to clipboard
var
voxelMap
:
VolumeTexture
?
voxel
Pass
Link copied to clipboard
val
voxelPass
:
RenderPass
voxel
Render
Target
Link copied to clipboard
var
voxelRenderTarget
:
RenderTarget
?
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
)