|
|||||||||
| 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.Implementation
com.threerings.opengl.renderer.config.TextureConfig.Original
com.threerings.opengl.renderer.config.TextureConfig.OriginalCubeMap
public static class TextureConfig.OriginalCubeMap
A cube map texture.
| Nested Class Summary | |
|---|---|
static class |
TextureConfig.OriginalCubeMap.Blank
Creates a blank texture. |
static class |
TextureConfig.OriginalCubeMap.Contents
The initial contents of the texture. |
static class |
TextureConfig.OriginalCubeMap.FileTrio
Contains the files for the x, y, and z faces. |
static class |
TextureConfig.OriginalCubeMap.ImageFile
Creates a texture from the specified image. |
static class |
TextureConfig.OriginalCubeMap.ImageFiles
Creates a texture from the specified images. |
| Field Summary | |
|---|---|
TextureConfig.OriginalCubeMap.Contents |
contents
The initial contents of the texture. |
| Fields inherited from class com.threerings.opengl.renderer.config.TextureConfig.Original |
|---|
_pool, _texture, border, borderColor, compareFunc, compareMode, depthMode, format, identity, magFilter, maxAnisotropy, minFilter, wrapR, wrapS, wrapT |
| Constructor Summary | |
|---|---|
TextureConfig.OriginalCubeMap()
|
|
| Method Summary | |
|---|---|
protected Texture |
createTexture(GlContext ctx)
Creates the texture for this configuration. |
void |
getUpdateResources(HashSet<String> paths)
Adds the implementation's update resources to the provided set. |
boolean |
isSupported(GlContext ctx,
boolean fallback)
Determines whether this configuration is supported by the hardware. |
| Methods inherited from class com.threerings.opengl.renderer.config.TextureConfig.Original |
|---|
configureTexture, getFromPool, getPool, getTexture, invalidate, returnToPool |
| Methods inherited from class com.threerings.opengl.renderer.config.TextureConfig.Implementation |
|---|
getTexture, getUpdateReferences |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable(category="data") public TextureConfig.OriginalCubeMap.Contents contents
| Constructor Detail |
|---|
public TextureConfig.OriginalCubeMap()
| Method Detail |
|---|
public void getUpdateResources(HashSet<String> paths)
TextureConfig.Implementation
getUpdateResources in class TextureConfig.Implementation
public boolean isSupported(GlContext ctx,
boolean fallback)
TextureConfig.Implementation
isSupported in class TextureConfig.Originalprotected Texture createTexture(GlContext ctx)
TextureConfig.Original
createTexture in class TextureConfig.Original
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||