Examples of RidgedMultifractal


Examples of ca.grimoire.jnoise.modules.generation.RidgedMultifractal

    checkOctaves ();
    checkLacunarity ();
    checkQuality ();

    if (!hasFrequency && !hasWeight)
      return new RidgedMultifractal (seed, octaves, lacunarity, quality);

    checkFrequency ();
    checkWeight ();
    return new RidgedMultifractal (seed, octaves, lacunarity, weight,
        frequency, quality);
  }
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.