openrndr
0.4.5-dev.4.uncommitted+98ebace
common
openrndr-draw
/
org.openrndr.draw
/
CubemapAttachment
Cubemap
Attachment
class
CubemapAttachment
(
val
index
:
Int
,
val
name
:
String
?
,
val
cubemap
:
Cubemap
,
val
side
:
CubemapSide
,
val
level
:
Int
)
:
ColorAttachment
(
source
)
Members
Constructors
Cubemap
Attachment
Link copied to clipboard
constructor
(
index
:
Int
,
name
:
String
?
,
cubemap
:
Cubemap
,
side
:
CubemapSide
,
level
:
Int
)
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
cubemap
Link copied to clipboard
val
cubemap
:
Cubemap
format
Link copied to clipboard
val
format
:
ColorFormat
index
Link copied to clipboard
val
index
:
Int
level
Link copied to clipboard
val
level
:
Int
name
Link copied to clipboard
val
name
:
String
?
owned
By
Render
Target
Link copied to clipboard
val
ownedByRenderTarget
:
Boolean
side
Link copied to clipboard
val
side
:
CubemapSide
type
Link copied to clipboard
val
type
:
ColorType