Examples of NEMesh


Examples of de.nameless.graphicEngine.model.NEMesh

    Q.setWidth(2.8f);   
    Q.layer = 10;
    Q.xAngel = 90;
    */
   
    NEMesh M = new NEMesh("scoutMain.ms3d",0.8f,true);
    M.xAngel = 90
    this.main= M;
    gfx.add(M);
   
   
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.