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

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


    aa = new IntPair(pAa1, pAa2);
    return this;
  }

  public ImageBuilder withSamples(int pSamples) {
    samples = new IntSingle(pSamples);
    return this;
  }
View Full Code Here


    turbidity = new FloatSingle(pTurbidity);
    return this;
  }

  public SunSkyLightBuilder withSamples(int pSamples) {
    samples = new IntSingle(pSamples);
    return this;
  }
View Full Code Here

    spec = new RGBColorWithAmount(pR, pG, pB, pAmount);
    return this;
  }

  public ShaderBuilder withSamples(int pSamples) {
    samples = new IntSingle(pSamples);
    return this;
  }
View Full Code Here

TOP

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

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.