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