Examples of IntSingle


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

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

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

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

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

    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
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.