Hi everyone,
I’m not quite sure I should post that here, but anyway, here is the thing:
I noticed that some parts of the documentation (e.g. tutorials), are a bit outdated. One example:
private PssmShadowRenderer pssmRenderer;
...
public void simpleInitApp() {
....
pssmRenderer = new PssmShadowRenderer(
assetManager,1024,4,PssmShadowRenderer.EDGE_FILTERING_PCF);
pssmRenderer.setDirection(new Vector3f(-1, -1, -1).normalizeLocal());
viewPort.addProcessor(pssmRenderer);
http://jmonkeyengine.org/wiki/doku.php/jme3:advanced:light_and_shadow
should be updated (http://jmonkeyengine.org/javadoc/com/jme3/shadow/PssmShadowRenderer.html)
Keep up the good work !
Cheers