Package org.jwildfire.create.tina.meshgen.sunflow.base

Examples of org.jwildfire.create.tina.meshgen.sunflow.base.RGBColorWithAmount


    texture = new StringSingle(pTexture);
    return this;
  }

  public ShaderBuilder withSpec(double pR, double pG, double pB, double pAmount) {
    spec = new RGBColorWithAmount(pR, pG, pB, pAmount);
    return this;
  }
View Full Code Here

TOP

Related Classes of org.jwildfire.create.tina.meshgen.sunflow.base.RGBColorWithAmount

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.