|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.shadow.PssmShadowUtil
public final class PssmShadowUtil
Includes various useful shadow mapping functions.
Constructor Summary | |
---|---|
PssmShadowUtil()
|
Method Summary | |
---|---|
static float |
computeZFar(GeometryList occ,
GeometryList recv,
Camera cam)
Compute the Zfar in the model vieuw to adjust the Zfar distance for the splits calculation |
static void |
updateFrustumSplits(float[] splits,
float near,
float far,
float lambda)
Updates the frustum splits stores in splits using PSSM. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PssmShadowUtil()
Method Detail |
---|
public static void updateFrustumSplits(float[] splits, float near, float far, float lambda)
splits
using PSSM.
public static float computeZFar(GeometryList occ, GeometryList recv, Camera cam)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |