Package one.empty3.library.core.lighting
Class Material
- java.lang.Object
-
- one.empty3.library.core.lighting.Material
-
public class Material extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Material(double Ka, double Kd, double Ks, Representable r)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getKa()
double
getKd()
double
getKs()
Representable
getRe()
-
-
-
Constructor Detail
-
Material
public Material(double Ka, double Kd, double Ks, Representable r)
-
-
Method Detail
-
getKa
public double getKa()
-
getKd
public double getKd()
-
getKs
public double getKs()
-
getRe
public Representable getRe()
-
-