Package NoiseGen.Wrapper

Examples of NoiseGen.Wrapper.RidgeWrapper


    }

    @Override
    public void combine() {
        for(int i = 0; i < getOctaves().size(); i++)
            getOctaves().set(i, new DimensionWrapper(new RidgeWrapper(getOctaves().get(i), offset), getLength(), getHeight(), getDepth()));

        super.combine();
    }
View Full Code Here

TOP

Related Classes of NoiseGen.Wrapper.RidgeWrapper

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.