com.sun.j3d.loaders.objectfile
Class ObjectFileMaterials.ObjectFileMaterial

java.lang.Object
  extended by com.sun.j3d.loaders.objectfile.ObjectFileMaterials.ObjectFileMaterial
Enclosing class:
ObjectFileMaterials

private class ObjectFileMaterials.ObjectFileMaterial
extends java.lang.Object


Field Summary
 int illum
           
 Color3f Ka
           
 Color3f Kd
           
 Color3f Ks
           
 float Ns
           
 Texture2D t
           
 float transparencyLevel
           
 boolean transparent
           
 
Constructor Summary
private ObjectFileMaterials.ObjectFileMaterial()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Ka

public Color3f Ka

Kd

public Color3f Kd

Ks

public Color3f Ks

illum

public int illum

Ns

public float Ns

t

public Texture2D t

transparent

public boolean transparent

transparencyLevel

public float transparencyLevel
Constructor Detail

ObjectFileMaterials.ObjectFileMaterial

private ObjectFileMaterials.ObjectFileMaterial()


Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.