com.threerings.opengl.renderer.config
Class TextureConfig.OriginalCubeMap.Contents
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.TextureConfig.OriginalCubeMap.Contents
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Direct Known Subclasses:
- TextureConfig.OriginalCubeMap.Blank, TextureConfig.OriginalCubeMap.ImageFile, TextureConfig.OriginalCubeMap.ImageFiles
- Enclosing class:
- TextureConfig.OriginalCubeMap
@EditorTypes(value={TextureConfig.OriginalCubeMap.Blank.class,TextureConfig.OriginalCubeMap.ImageFile.class,TextureConfig.OriginalCubeMap.ImageFiles.class})
public abstract static class TextureConfig.OriginalCubeMap.Contents- extends DeepObject
- implements Exportable
The initial contents of the texture.
TextureConfig.OriginalCubeMap.Contents
public TextureConfig.OriginalCubeMap.Contents()
getUpdateResources
public void getUpdateResources(HashSet<String> paths)
- Adds the contents' update resources to the provided set.
load
public abstract void load(GlContext ctx,
TextureCubeMap texture,
TextureConfig.Format format,
boolean border,
boolean mipmap)
- Loads the texture with the contents.
Copyright © 2011. All Rights Reserved.