vmm.core3D
Class PhongLighting

java.lang.Object
  extended by vmm.core3D.PhongLighting

public class PhongLighting
extends java.lang.Object


Constructor Summary
PhongLighting()
           
 
Method Summary
static java.awt.Color phongLightingColor(Vector3D normal, View3DWithLightSettings view, Transform3D transform, Vector3D location, java.awt.Color intrinsicColor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhongLighting

public PhongLighting()
Method Detail

phongLightingColor

public static java.awt.Color phongLightingColor(Vector3D normal,
                                                View3DWithLightSettings view,
                                                Transform3D transform,
                                                Vector3D location,
                                                java.awt.Color intrinsicColor)