So I added pssmRenderer = new PssmShadowRenderer(assetManager, 1024, 3);
and got the error:
Uncaught exception thrown in Thread[LWJGL Renderer Thread,5,main]
com.jme3.asset.AssetLoadException: An exception has occured while loading asset: Common/MatDefs/Shadow/PostShadow.j3md
in the line, I added previously.
Is this j3md-File missing in my System?
And in that case, how can I import it? I found the code for this PostShadow.j3md-File, but I don’t know where to put it…
Your project sounds messed up yeah. This file is in jme3-core.jar. and you surely have this jar else you’d have plenty of other issues.
Did you change something on the assetLoader side?