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

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


  public SceneBuilder close() {
    return parent;
  }

  public MeshBuilder withName(String pName) {
    name = new StringSingle(pName);
    return this;
  }
View Full Code Here


    name = new StringSingle(pName);
    return this;
  }

  public MeshBuilder withShader(String pShader) {
    shader = new StringSingle(pShader);
    return this;
  }
View Full Code Here

  public SceneBuilder close() {
    return parent;
  }

  public ShaderBuilder withName(String pName) {
    name = new StringSingle(pName);
    return this;
  }
View Full Code Here

    refl = new FloatSingle(pRefl);
    return this;
  }

  public ShaderBuilder withTexture(String pTexture) {
    texture = new StringSingle(pTexture);
    return this;
  }
View Full Code Here

TOP

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

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.