Package fcagnin.jgltut.tut15

Examples of fcagnin.jgltut.tut15.ManyImages$ProjectionBlock


                            new MaterialTexture().start();
                            break;

                        case "Many Images":
                            Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut15/data/";
                            new ManyImages().start();
                            break;

                        case "GammaRamp":
                            Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut16/data/";
                            new GammaRamp().start( 500, 195 );
View Full Code Here

TOP

Related Classes of fcagnin.jgltut.tut15.ManyImages$ProjectionBlock

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.