Package ca.grimoire.jnoise.modules.generation

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

Related Classes of ca.grimoire.jnoise.modules.generation.RidgedMultifractal

Copyright © 2018 www.massapicom. 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.