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()
boolean
double
double
double
double
double
double
void
SetAmbient
(RtColor ambient) void
SetDiffuse
(RtColor diffuse) void
void
SetPermanency
(boolean permanent) void
setReflectionAmount
(double reflectionAmount) void
setReflectionColor
(RtColor reflectionColor) void
SetReflectivity
(float reflectivity) void
setRefractionAmount
(double refractionAmount) void
setRefractionColor
(RtColor refractionColor) void
SetSelfIllum
(RtColor selfIllum) void
SetShinesStrenght
(float sStrength) void
SetShininess
(float shininess) void
SetSpecular
(RtColor specular) void
SetTransparency
(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)
-