Tutorial Changes (3 posts)

  • Profile picture of javatar javatar8p said 1 year, 6 months ago:

    Hi all,

    Just an observation: the Terrain tutorial is slightly out of date. I noticed recently the Texture labels changed. e.g. Texture2Scale has become m_Tex2Scale. Just thought I’d point this out.

    Regards,
    Benjamin

  • Profile picture of apok apok said 1 year, 3 months ago:

    I realize I’m bumping a rather old post, but I’ve found a similar problem in tutorial 4.

    The line:

    mat.setColor("Color", ColorRGBA.Blue);

    Should be:

    mat.setColor("m_Color", ColorRGBA.Blue);

    It is a pretty trivial error, but since I’m not very familiar with the engine at this point, it took me a few minutes to realize what the problem was. If I come across anything else while I review the tutorials, I’ll make note of it here.

  • Profile picture of normen normen1271p said 1 year, 3 months ago:

    Not it shouldnt, the m_ prefix is deprecated, use the tutorials in the jMP manual for alpha-3.