|
CubeTwister 2.0alpha141 2011-10-13 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectidx3d.idx3d_TextureSettings
public class idx3d_TextureSettings
| 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 |
|---|
public idx3d_Texture texture
public int width
public int height
public int type
public float persistency
public float density
public int samples
public int numColors
public int[] colors
| Constructor Detail |
|---|
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. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||