de.jreality.shader
Interface CubeMap
- All Superinterfaces:
- AttributeEntity
public interface CubeMap
- extends AttributeEntity
tagging interface for a reflection map. If an appearance
contains this Entity, then it must have 6 textures associated with it:
- Author:
- weissman
BLEND_COLOR_DEFAULT
static final java.awt.Color BLEND_COLOR_DEFAULT
getBlendColor
java.awt.Color getBlendColor()
setBlendColor
void setBlendColor(java.awt.Color blendColor)
getFront
ImageData getFront()
getBack
ImageData getBack()
getTop
ImageData getTop()
getBottom
ImageData getBottom()
getLeft
ImageData getLeft()
getRight
ImageData getRight()
setFront
void setFront(ImageData img)
setBack
void setBack(ImageData img)
setTop
void setTop(ImageData img)
setBottom
void setBottom(ImageData img)
setLeft
void setLeft(ImageData img)
setRight
void setRight(ImageData img)