Examples of ImprovedNoise


Examples of com.jme3.terrain.noise.basis.ImprovedNoise

  private float frequency;
  private float octaves;
  private int maxFreq;

  public FractalSum() {
    this.basis = new ImprovedNoise();
    this.lacunarity = 2.124367f;
    this.amplitude = 1.0f;
    this.roughness = 0.6f;
    this.frequency = 1f;
    this.setOctaves(1);
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.