Package de.nameless.graphicEngine.model

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

Related Classes of de.nameless.graphicEngine.model.NEMesh

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.