Examples of BlinnVsPhongLighting


Examples of fcagnin.jgltut.tut11.BlinnVsPhongLighting

                            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
TOP
Copyright © 2018 www.massapi.com. 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.