CubeTwister 2.0alpha141 2011-10-13

idx3d
Class idx3d_TextureSettings

java.lang.Object
  extended by idx3d.idx3d_TextureSettings

public class idx3d_TextureSettings
extends java.lang.Object


Field Summary
 int[] colors
           
 float density
           
 int height
           
 int numColors
           
 float persistency
           
 int samples
           
 idx3d_Texture texture
           
 int type
           
 int width
           
 
Constructor Summary
idx3d_TextureSettings(idx3d_Texture tex, int w, int h, int t, float p, float d, int s, int[] c)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

texture

public idx3d_Texture texture

width

public int width

height

public int height

type

public int type

persistency

public float persistency

density

public float density

samples

public int samples

numColors

public int numColors

colors

public int[] colors
Constructor Detail

idx3d_TextureSettings

public idx3d_TextureSettings(idx3d_Texture tex,
                             int w,
                             int h,
                             int t,
                             float p,
                             float d,
                             int s,
                             int[] c)

(c) Werner Randelshofer.
All rights reserved.