Outdated documentation / tutorials (6 posts)

Topic tags: documentation, outdated, tutorials
  • Profile picture of insomnia insomnia2p said 5 months, 2 weeks ago:

    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

  • Profile picture of normen normen1290p said 5 months, 2 weeks ago:

    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..

  • Profile picture of insomnia insomnia2p said 5 months, 2 weeks ago:

    Sorry didn’t notice that. Done

  • Profile picture of normen normen1290p said 5 months, 2 weeks ago:

    Thanks! :)

  • Profile picture of madmush madmush3p said 1 month, 3 weeks ago:

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

    Bottom of this page:

    http://jmonkeyengine.org/wiki/doku.php/jme3:beginner:hello_asset

    Broken link title:
    “Video tutorials for getting OgreXML out of 3DS Max using OgreMax”

    Bless!

    Markko

  • Profile picture of Sploreg Sploreg202p said 1 month, 3 weeks ago:

    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.