Package fcagnin.jgltut.tut11

Examples of fcagnin.jgltut.tut11.GaussianSpecularLighting$MaterialParams


                            Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut11/data/";
                            new PhongLighting().start();
                            break;
                        case "Blinn vs Phong Lighting":
                            Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut11/data/";
                            new BlinnVsPhongLighting().start();
                            break;
                        case "Gaussian Specular Lighting":
                            Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut11/data/";
                            new GaussianSpecularLighting().start();
                            break;
View Full Code Here


                            Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut11/data/";
                            new BlinnVsPhongLighting().start();
                            break;
                        case "Gaussian Specular Lighting":
                            Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut11/data/";
                            new GaussianSpecularLighting().start();
                            break;

                        case "Scene Lighting":
                            Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut12/data/";
                            new SceneLighting().start( 700, 700 );
View Full Code Here

                            new FragmentAttenuation().start();
                            break;

                        case "Phong Lighting":
                            Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut11/data/";
                            new PhongLighting().start();
                            break;
                        case "Blinn vs Phong Lighting":
                            Framework.CURRENT_TUTORIAL_DATAPATH = "/fcagnin/jgltut/tut11/data/";
                            new BlinnVsPhongLighting().start();
                            break;
View Full Code Here

TOP

Related Classes of fcagnin.jgltut.tut11.GaussianSpecularLighting$MaterialParams

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.