Package com.irurueta.geometry.io
Class MaterialTest
java.lang.Object
com.irurueta.geometry.io.MaterialTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intprivate static final floatprivate static final intprivate static final intprivate static final float -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void
-
Field Details
-
MIN_COLOR_VALUE
private static final int MIN_COLOR_VALUE- See Also:
-
MAX_COLOR_VALUE
private static final int MAX_COLOR_VALUE- See Also:
-
MIN_SPECULAR_COEFFICIENT
private static final float MIN_SPECULAR_COEFFICIENT- See Also:
-
MAX_SPECULAR_COEFFICIENT
private static final float MAX_SPECULAR_COEFFICIENT- See Also:
-
MIN_ILLUMINATION_VALUE
private static final int MIN_ILLUMINATION_VALUE- See Also:
-
MAX_ILLUMINATION_VALUE
private static final int MAX_ILLUMINATION_VALUE- See Also:
-
-
Constructor Details
-
MaterialTest
MaterialTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetId
@Test void testGetSetId() -
testGetSetAmbientRedColor
@Test void testGetSetAmbientRedColor() -
testGetSetAmbientGreenColor
@Test void testGetSetAmbientGreenColor() -
testGetSetAmbientBlueColor
@Test void testGetSetAmbientBlueColor() -
testSetAmbientColor
@Test void testSetAmbientColor() -
testGetSetDiffuseRedColor
@Test void testGetSetDiffuseRedColor() -
testGetSetDiffuseGreenColor
@Test void testGetSetDiffuseGreenColor() -
testGetSetDiffuseBlueColor
@Test void testGetSetDiffuseBlueColor() -
testSetDiffuseColor
@Test void testSetDiffuseColor() -
testGetSetSpecularRedColor
@Test void testGetSetSpecularRedColor() -
testGetSetSpecularGreenColor
@Test void testGetSetSpecularGreenColor() -
testGetSetSpecularBlueColor
@Test void testGetSetSpecularBlueColor() -
testSetSpecularColor
@Test void testSetSpecularColor() -
testGetSetSpecularCoefficient
@Test void testGetSetSpecularCoefficient() -
testGetSetAmbientTextureMap
@Test void testGetSetAmbientTextureMap() -
testGetSetDiffuseTextureMap
@Test void testGetSetDiffuseTextureMap() -
testGetSetSpecularTextureMap
@Test void testGetSetSpecularTextureMap() -
testGetSetAlphaTextureMap
@Test void testGetSetAlphaTextureMap() -
testGetSetBumpTextureMap
@Test void testGetSetBumpTextureMap() -
testGetSetTransparency
@Test void testGetSetTransparency() -
testGetSetIllumination
@Test void testGetSetIllumination()
-