com.threerings.opengl.renderer.config
Class TextureConfig.OriginalCubeMap.Blank

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.renderer.config.TextureConfig.OriginalCubeMap.Contents
          extended by 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.
 
Constructor Summary
TextureConfig.OriginalCubeMap.Blank()
           
 
Method Summary
 void load(GlContext ctx, TextureCubeMap texture, TextureConfig.Format format, boolean border, boolean mipmap)
          Loads the texture with the contents.
 
Methods inherited from class com.threerings.opengl.renderer.config.TextureConfig.OriginalCubeMap.Contents
getUpdateResources
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

size

@Editable(min=1.0)
public int size
The size of the textures.

Constructor Detail

TextureConfig.OriginalCubeMap.Blank

public TextureConfig.OriginalCubeMap.Blank()
Method Detail

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.