openrndr
0.4.5-dev.4.uncommitted+98ebace
jvm
openrndr-draw
/
org.openrndr.draw
/
VolumeTexture
/
Companion
/
create
create
jvm
fun
create
(
width
:
Int
,
height
:
Int
,
depth
:
Int
,
format
:
ColorFormat
=
ColorFormat.RGBa
,
type
:
ColorType
=
defaultColorType(format)
,
levels
:
Int
=
1
,
session
:
Session
?
=
Session.active
)
:
VolumeTexture
(
source
)