Outdated documentation / tutorials

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:



[java]

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);

[/java]



https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:advanced:light_and_shadow



should be updated (http://hub.jmonkeyengine.org/javadoc/com/jme3/shadow/PssmShadowRenderer.html)



Keep up the good work !



Cheers

Thanks, would be even cooler if you simply fixed that yourself, you can edit the page via the “wiki” menu in the black top bar…

Sorry didn’t notice that. Done

2 Likes

Thanks! :slight_smile:

Here’s a broken link, I’m a newbie and would feel bad about removing it :slight_smile: the account linked to isn’t on youtube anymore.



Bottom of this page:

https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:beginner:hello_asset



Broken link title:

“Video tutorials for getting OgreXML out of 3DS Max using OgreMax”



Bless!



Markko

2 Likes

Yea that video seems to be gone, I can’t find any substitutes on youtube either.

So go ahead and remove the link. Or if you have run across any external tutorials, feel free to link them there.