Package com.irurueta.geometry.io
Class MaterialLoaderOBJTest
java.lang.Object
com.irurueta.geometry.io.MaterialLoaderOBJTest
- All Implemented Interfaces:
MaterialLoaderListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonLoadEnd(MaterialLoader loader) voidonLoadStart(MaterialLoader loader) booleanonValidateTexture(MaterialLoader loader, Texture texture) (package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) voidtestLoad()(package private) void
-
Field Details
-
forceLoaderException
private boolean forceLoaderException
-
-
Constructor Details
-
MaterialLoaderOBJTest
MaterialLoaderOBJTest()
-
-
Method Details
-
testConstructor
- Throws:
IOException
-
testLoad
-
testGetMaterialByName
@Test void testGetMaterialByName() throws IOException, LockedException, NotReadyException, LoaderException -
testGetMaterialByTextureMapName
@Test void testGetMaterialByTextureMapName() throws IOException, LockedException, NotReadyException, LoaderException -
testIsSetTextureValidationEnabled
- Throws:
IOException
-
testGetFileSizeLimitToKeepInMemory
- Throws:
LockedExceptionIOException
-
testGetSetListener
- Throws:
LockedExceptionIOException
-
testSetFile
- Throws:
LockedExceptionIOException
-
onLoadStart
- Specified by:
onLoadStartin interfaceMaterialLoaderListener
-
onLoadEnd
- Specified by:
onLoadEndin interfaceMaterialLoaderListener
-
onValidateTexture
- Specified by:
onValidateTexturein interfaceMaterialLoaderListener
-