com.threerings.opengl.renderer.config
Class TextureConfig.Original3D
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.TextureConfig.Implementation
com.threerings.opengl.renderer.config.TextureConfig.Original
com.threerings.opengl.renderer.config.TextureConfig.Original3D
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- TextureConfig
public static class TextureConfig.Original3D
- extends TextureConfig.Original
A 3D texture.
| Fields inherited from class com.threerings.opengl.renderer.config.TextureConfig.Original |
border, borderColor, compareFunc, compareMode, depthMode, format, identity, magFilter, maxAnisotropy, minFilter, wrapR, wrapS, wrapT |
contents
@Editable(category="data")
public TextureConfig.Original3D.Contents contents
- The initial contents of the texture.
TextureConfig.Original3D
public TextureConfig.Original3D()
getUpdateResources
public void getUpdateResources(HashSet<String> paths)
- Description copied from class:
TextureConfig.Implementation
- Adds the implementation's update resources to the provided set.
- Overrides:
getUpdateResources in class TextureConfig.Implementation
isSupported
public boolean isSupported(GlContext ctx,
boolean fallback)
- Description copied from class:
TextureConfig.Implementation
- Determines whether this configuration is supported by the hardware.
- Overrides:
isSupported in class TextureConfig.Original
Copyright © 2011. All Rights Reserved.