Uses of Class
com.metsci.glimpse.support.texture.TextureProjected2D

Packages that use TextureProjected2D
com.metsci.glimpse.support.texture Extensions to the basic Texture subclasses. 
 

Uses of TextureProjected2D in com.metsci.glimpse.support.texture
 

Subclasses of TextureProjected2D in com.metsci.glimpse.support.texture
 class ByteTextureProjected2D
          A texture class which stores 8 bit integer values (uncapped).
 class ColorTextureProjected2D
          A texture class which stores 4 channel RGBA colors.
 class FloatTextureProjected2D
          A texture class which stores 32 bit fixed point values (uncapped).
 class LuminanceTextureProjected2D
          A texture class which stores 16 bit fixed point greyscale values (capped from 0 to 1).
 class ShortTextureProjected2D
          A texture class which stores 16 bit integer values (uncapped).
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.