com.jme3.shadow
Class ShadowCamera

java.lang.Object
  extended by com.jme3.shadow.ShadowCamera

public class ShadowCamera
extends java.lang.Object

Creates a camera according to a light Handy to compute projection matrix of a light


Constructor Summary
ShadowCamera(Light target)
           
 
Method Summary
 void updateLightCamera(Camera lightCam)
          Updates the camera view direction and position based on the light
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShadowCamera

public ShadowCamera(Light target)
Method Detail

updateLightCamera

public void updateLightCamera(Camera lightCam)
Updates the camera view direction and position based on the light