Examples of NormalParser


Examples of cofh.core.world.feature.NormalParser

    } catch (Throwable t) {
      t.printStackTrace();
    }

    log.info("Registering default templates");
    registerTemplate("normal", new NormalParser());
    registerTemplate("uniform", new UniformParser());
    registerTemplate("surface", new SurfaceParser());
    registerTemplate("fractal", new FractalParser());
    registerTemplate("decoration", new DecorationParser());
    registerTemplate("underfluid", new UnderfluidParser());
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.