Uses of Class
com.irurueta.geometry.io.LoaderBinary
-
Uses of LoaderBinary in com.irurueta.geometry.io
Fields in com.irurueta.geometry.io declared as LoaderBinaryModifier and TypeFieldDescriptionprivate final LoaderBinaryLoaderBinary.LoaderIteratorBinary.loaderReference to loader loading binary file.private final LoaderBinaryLoaderBinary.LoaderIteratorListenerImpl.loaderReference to Loader loading binary file.Methods in com.irurueta.geometry.io with parameters of type LoaderBinaryModifier and TypeMethodDescriptionbooleanLoaderListenerBinary.onTextureDataAvailable(LoaderBinary loader, File textureFile, int textureId, int textureImageWidth, int textureImageHeight) Indicates that texture data has been stored in provided texture file, which is the one returned by onTextureReceived(LoaderBinary).booleanMeshWriter.Listeners.onTextureDataAvailable(LoaderBinary loader, File textureFile, int textureId, int textureImageWidth, int textureImageHeight) Called when texture data is available to be retrieved.LoaderListenerBinary.onTextureReceived(LoaderBinary loader, int textureId, int textureImageWidth, int textureImageHeight) Callee should create a file where texture data will be stored.MeshWriter.Listeners.onTextureReceived(LoaderBinary loader, int textureId, int textureImageWidth, int textureImageHeight) Called when a texture has been found.Constructors in com.irurueta.geometry.io with parameters of type LoaderBinaryModifierConstructorDescriptionLoaderIteratorBinary(LoaderBinary loader) Constructor.Constructor.