|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.opengl.renderer.config.TextureConfig.OriginalCubeMap.Contents
com.threerings.opengl.renderer.config.TextureConfig.OriginalCubeMap.ImageFiles
public static class TextureConfig.OriginalCubeMap.ImageFiles
Creates a texture from the specified images.
| Field Summary | |
|---|---|
ColorizationConfig[] |
colorizations
The colorizations to apply to the textures. |
TextureConfig.OriginalCubeMap.FileTrio |
negative
The negative x, y, and z face files. |
TextureConfig.OriginalCubeMap.FileTrio |
positive
The positive x, y, and z face files. |
boolean |
premultiply
Whether or not the image alpha should be premultiplied. |
| Constructor Summary | |
|---|---|
TextureConfig.OriginalCubeMap.ImageFiles()
|
|
| Method Summary | |
|---|---|
void |
getUpdateResources(HashSet<String> paths)
Adds the contents' update resources to the provided set. |
void |
load(GlContext ctx,
TextureCubeMap texture,
TextureConfig.Format format,
boolean border,
boolean mipmap)
Loads the texture with the contents. |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable public TextureConfig.OriginalCubeMap.FileTrio negative
@Editable public TextureConfig.OriginalCubeMap.FileTrio positive
@Editable public ColorizationConfig[] colorizations
@Editable public boolean premultiply
| Constructor Detail |
|---|
public TextureConfig.OriginalCubeMap.ImageFiles()
| Method Detail |
|---|
public void getUpdateResources(HashSet<String> paths)
TextureConfig.OriginalCubeMap.Contents
getUpdateResources in class TextureConfig.OriginalCubeMap.Contents
public void load(GlContext ctx,
TextureCubeMap texture,
TextureConfig.Format format,
boolean border,
boolean mipmap)
TextureConfig.OriginalCubeMap.Contents
load in class TextureConfig.OriginalCubeMap.Contents
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||