Package fcagnin.jgltut.tut01

Examples of fcagnin.jgltut.tut01.Tut1


            new Thread( new Runnable() {
                @Override
                public void run() {
                    switch ( selectedTutorial ) {
                        case "Tut1":
                            new Tut1().start();
                            break;

                        case "FragPosition":
                            Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut02/data/";
                            new FragPosition().start();
View Full Code Here

TOP

Related Classes of fcagnin.jgltut.tut01.Tut1

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.