openrndr
0.4.3-dev.18+6852aad
jvm
openrndr-draw
/
org.openrndr.draw
/
Cubemap
/
Companion
Companion
jvm
object
Companion
(
source
)
Members
Functions
create
Link copied to clipboard
jvm
fun
create
(
width
:
Int
,
format
:
ColorFormat
=
ColorFormat.RGBa
,
type
:
ColorType
=
ColorType.UINT8
,
levels
:
Int
=
-1
,
session
:
Session
?
=
Session.active
)
:
Cubemap
from
File
Link copied to clipboard
jvm
fun
fromFile
(
file
:
File
,
formatHint
:
ImageFileFormat
?
,
session
:
Session
?
=
Session.active
)
:
Cubemap
from
Files
Link copied to clipboard
jvm
fun
fromFiles
(
filenames
:
List
<
File
>
,
formatHint
:
ImageFileFormat
?
,
session
:
Session
?
=
Session.active
)
:
Cubemap
from
Url
Link copied to clipboard
jvm
fun
fromUrl
(
url
:
String
,
formatHint
:
ImageFileFormat
?
,
session
:
Session
?
=
Session.active
)
:
Cubemap
from
Urls
Link copied to clipboard
jvm
fun
fromUrls
(
urls
:
List
<
String
>
,
formatHint
:
ImageFileFormat
?
,
session
:
Session
?
=
Session.active
)
:
Cubemap