com.threerings.opengl.renderer.config
Class TextureConfig.OriginalCubeMap.Blank
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.TextureConfig.OriginalCubeMap.Contents
com.threerings.opengl.renderer.config.TextureConfig.OriginalCubeMap.Blank
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- TextureConfig.OriginalCubeMap
public static class TextureConfig.OriginalCubeMap.Blank
- extends TextureConfig.OriginalCubeMap.Contents
Creates a blank texture.
|
Field Summary |
int |
size
The size of the textures. |
size
@Editable(min=1.0)
public int size
- The size of the textures.
TextureConfig.OriginalCubeMap.Blank
public TextureConfig.OriginalCubeMap.Blank()
load
public void load(GlContext ctx,
TextureCubeMap texture,
TextureConfig.Format format,
boolean border,
boolean mipmap)
- Description copied from class:
TextureConfig.OriginalCubeMap.Contents
- Loads the texture with the contents.
- Specified by:
load in class TextureConfig.OriginalCubeMap.Contents
Copyright © 2011. All Rights Reserved.