openrndr
Toggle table of contents
0.4.5-dev.22+a060d51
jvm
Platform filter
jvm
Switch theme
Search in API
openrndr
openrndr-draw
/
org.openrndr.draw
/
volumeTexture
volume
Texture
jvm
fun
volumeTexture
(
width
:
Int
,
height
:
Int
,
depth
:
Int
,
format
:
ColorFormat
=
ColorFormat.RGBa
,
type
:
ColorType
=
defaultColorType(format)
,
levels
:
Int
=
1
,
session
:
Session
?
=
Session.active
)
:
VolumeTexture
(
source
)