Uses of Class
com.irurueta.geometry.io.LoaderOBJ
-
Uses of LoaderOBJ in com.irurueta.geometry.io
Fields in com.irurueta.geometry.io declared as LoaderOBJModifier and TypeFieldDescriptionprivate final LoaderOBJLoaderOBJ.LoaderIteratorListenerImpl.loaderReference to Loader loading an OBJ file.private final LoaderOBJLoaderOBJ.LoaderIteratorOBJ.loaderReference to loader loading OBJ file.Methods in com.irurueta.geometry.io with parameters of type LoaderOBJModifier and TypeMethodDescriptionLoaderListenerOBJ.onMaterialLoaderRequested(LoaderOBJ loader, String path) MeshWriter.Listeners.onMaterialLoaderRequested(LoaderOBJ loader, String path) Called when an OBJ loader requires a material loader to load the associated material (MTL) file.Constructors in com.irurueta.geometry.io with parameters of type LoaderOBJModifierConstructorDescriptionLoaderIteratorListenerImpl(LoaderOBJ loader) Constructor.LoaderIteratorOBJ(LoaderOBJ loader) Constructor.