CubeTwister 2.0alpha141 2011-10-13

idx3d
Class idx3d_Environment

java.lang.Object
  extended by idx3d.idx3d_Environment

public class idx3d_Environment
extends java.lang.Object


Field Summary
 int ambient
           
 idx3d_Texture background
           
 int bgcolor
           
 int fogcolor
           
 int fogfact
           
 
Constructor Summary
idx3d_Environment()
           
 
Method Summary
 void setBackground(idx3d_Texture t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ambient

public int ambient

fogcolor

public int fogcolor

fogfact

public int fogfact

bgcolor

public int bgcolor

background

public idx3d_Texture background
Constructor Detail

idx3d_Environment

public idx3d_Environment()
Method Detail

setBackground

public void setBackground(idx3d_Texture t)

(c) Werner Randelshofer.
All rights reserved.