Examples of perlinNoise()


Examples of dwlab.shapes.maps.DoubleMap.perlinNoise()

    printText( "Step 1: creating Double map and set its resolution" );
    swapBuffers();
    waitForKey();

    clearScreen();
    doubleMap.perlinNoise( 16, 16, 0.25, 0.5, 4 );
    drawDoubleMap( doubleMap );
    printText( "Step 2: filling DoubleMap with Perlin noise" );
    swapBuffers();
    waitForKey();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.