Package fm.ak.otse.twod

Examples of fm.ak.otse.twod.Shader


    public Clear() {
        //settings = new Settings(StaticFont.SegoeUILight14, 0, 0, 0);
        spread = new Component("spread", 0, 0, Main.width, Main.height);
        guy = new Component("guy", 0, 0, Main.width, Main.height);
       
        new Shader();
    }
View Full Code Here

TOP

Related Classes of fm.ak.otse.twod.Shader

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.