Package GShape.Core.Objects

Examples of GShape.Core.Objects.GMaterial$rgb


  public void Initialize (iGObject me, GCore core, String name) {
   
    this.me = me;
    this.core = core;
    this.name = name;
    material = new GMaterial ();
    core.Add(name, me);
   
  }
View Full Code Here

TOP

Related Classes of GShape.Core.Objects.GMaterial$rgb

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.