Package ca.eandb.jmist.framework.material

Examples of ca.eandb.jmist.framework.material.ModifiedPhongMaterial


        case 2:
          ka = getPainter("Ka");
          kd = getPainter("Kd");
          ks = getPainter("Ks");
          material = new ModifiedPhongMaterial(kd, ks, exponent);
          shader = new PhongShader(kd, ks, ka, new UniformPainter(colorModel.getGray(exponent)));
          break;

        case 3:
        case 4:
View Full Code Here

TOP

Related Classes of ca.eandb.jmist.framework.material.ModifiedPhongMaterial

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.