Uses of Class
com.irurueta.geometry.io.MaterialLoader
-
Uses of MaterialLoader in com.irurueta.geometry.io
Subclasses of MaterialLoader in com.irurueta.geometry.ioModifier and TypeClassDescriptionclassMaterialLoader implementation for OBJ files, which is capable of reading its associated MTL file.Methods in com.irurueta.geometry.io with parameters of type MaterialLoaderModifier and TypeMethodDescriptionvoidMaterialLoaderListener.onLoadEnd(MaterialLoader loader) This method is called when a MaterialLoader ends decoding a filevoidMeshWriter.Listeners.onLoadEnd(MaterialLoader loader) Called when material loader finishes processing materials.voidMaterialLoaderListener.onLoadStart(MaterialLoader loader) This method is called when a MaterialLoader starts decoding a filevoidMeshWriter.Listeners.onLoadStart(MaterialLoader loader) Called when material loader starts processing materials.booleanMaterialLoaderListener.onValidateTexture(MaterialLoader loader, Texture texture) This method is called when texture validation is needed, to ensure that a texture file is in a recognized image format.booleanMeshWriter.Listeners.onValidateTexture(MaterialLoader loader, Texture texture) Called when a texture assigned to a material must be validated to ensure that texture is valid.