Package net.royawesome.jlibnoise.module.source

Examples of net.royawesome.jlibnoise.module.source.Voronoi


*/
public class VoronoiNoise extends JLibNoiseGenerator<Voronoi> {

    @Override
    protected Voronoi createModule() {
        return new Voronoi();
    }
View Full Code Here

TOP

Related Classes of net.royawesome.jlibnoise.module.source.Voronoi

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.