Class RtMatiere
java.lang.Object
one.empty3.library.core.raytracer.RtMatiere
-
Constructor Summary
ConstructorsConstructorDescriptionRtMatiere(String name, RtColor specular, RtColor diffuse, RtColor ambient, RtColor selfillum, double transmittivity, double reflectivity) RtMatiere(String name, RtColor specular, RtColor diffuse, RtColor ambient, RtColor selfillum, double transmittivity, double reflectivity, double shininess, double shinestrength, boolean permanent) -
Method Summary
Modifier and TypeMethodDescriptionGetName()booleandoubledoubledoubledoubledoubledoublevoidSetAmbient(RtColor ambient) voidSetDiffuse(RtColor diffuse) voidvoidSetPermanency(boolean permanent) voidsetReflectionAmount(double reflectionAmount) voidsetReflectionColor(RtColor reflectionColor) voidSetReflectivity(float reflectivity) voidsetRefractionAmount(double refractionAmount) voidsetRefractionColor(RtColor refractionColor) voidSetSelfIllum(RtColor selfIllum) voidSetShinesStrenght(float sStrength) voidSetShininess(float shininess) voidSetSpecular(RtColor specular) voidSetTransparency(float transmittivity)
-
Constructor Details
-
RtMatiere
public RtMatiere() -
RtMatiere
-
RtMatiere
-
RtMatiere
-
-
Method Details
-
GetName
-
GetDiffuse
-
GetSpecular
-
GetAmbient
-
GetSelfIllum
-
GetShininess
public double GetShininess() -
GetShinestStrength
public double GetShinestStrength() -
GetTransmittivity
public double GetTransmittivity() -
GetReflectivity
public double GetReflectivity() -
GetPermanency
public boolean GetPermanency() -
SetName
-
SetSpecular
-
SetDiffuse
-
SetAmbient
-
SetSelfIllum
-
SetShininess
public void SetShininess(float shininess) -
SetShinesStrenght
public void SetShinesStrenght(float sStrength) -
SetTransparency
public void SetTransparency(float transmittivity) -
SetReflectivity
public void SetReflectivity(float reflectivity) -
SetPermanency
public void SetPermanency(boolean permanent) -
getRefractionColor
-
setRefractionColor
-
getReflectionColor
-
setReflectionColor
-
getReflectionAmount
public double getReflectionAmount() -
setReflectionAmount
public void setReflectionAmount(double reflectionAmount) -
getRefractionAmount
public double getRefractionAmount() -
setRefractionAmount
public void setRefractionAmount(double refractionAmount)
-