Package fcagnin.jgltut.tut04

Examples of fcagnin.jgltut.tut04.OrthoCube


                            Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut04/data/";
                            new MatrixPerspective().start();
                            break;
                        case "AspectRatio":
                            Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut04/data/";
                            new AspectRatio().start();
                            break;

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


                            Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut04/data/";
                            new ShaderPerspective().start();
                            break;
                        case "MatrixPerspective":
                            Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut04/data/";
                            new MatrixPerspective().start();
                            break;
                        case "AspectRatio":
                            Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut04/data/";
                            new AspectRatio().start();
                            break;
View Full Code Here

                            new FragChangeColor().start();
                            break;

                        case "OrthoCube":
                            Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut04/data/";
                            new OrthoCube().start();
                            break;
                        case "ShaderPerspective":
                            Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut04/data/";
                            new ShaderPerspective().start();
                            break;
View Full Code Here

                            Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut04/data/";
                            new OrthoCube().start();
                            break;
                        case "ShaderPerspective":
                            Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut04/data/";
                            new ShaderPerspective().start();
                            break;
                        case "MatrixPerspective":
                            Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut04/data/";
                            new MatrixPerspective().start();
                            break;
View Full Code Here

TOP

Related Classes of fcagnin.jgltut.tut04.OrthoCube

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.