abstract boolean
Determines if provided file is a valid file that can be read by this
loader.
boolean
Determines if provided file is a valid file that can be read by this
loader.
boolean
Determines if provided file is a valid file that can be read by this
loader.
boolean
Reads the header of provided file and determines whether file is valid or
not.
boolean
Determines if provided file is a valid file that can be read by this
loader.
Starts the loading process of provided file.
Starts the loading process of provided file.
Starts the loading process of provided file.
Starts the loading process.
Starts the loading process of provided file.
Starts the loading process of provided file.
Starts the loading process of provided file.
private void
Reads header of provided file and initializes iterator to read data
chunks of this file.
void
Sets boolean indicating if repeated vertices in a chunk are allowed to
provide faster file loading.
void
Sets whether duplicate vertices in a chunk are allowed.
void
Sets charset to use in resulting JSON file.
void
Specified whether textures are embedded into resulting JSON or not.
void
void
Sets material file to be loaded.
void
Sets maximum size (in bytes) to determine whether a file is completely
cached in memory (if lower than maximum size), or if it is just streamed
(if greater than maximum size).
void
Sets maximum allowed file size to keep cached in memory.
void
Sets listener of this instance.
void
Sets material listener of this instance.
void
Sets listener to be notified when transcoding process starts, stops or
when progress changes.
void
Sets maximum number of file stream positions to be cached.
void
Sets maximum number of stream positions to be cached.
void
Sets maximum number of vertices allowed in a chunk.
void
Sets maximum number of vertices to keep in a chunk of data.
void
Sets maximum number of vertices allowed in a chunk.
void
Specifies whether an identifier for the texture should be included into
resulting file so that texture image can be fetched by some other mean.
void
Specifies whether a URL indicating where the texture can be located
should be included into resulting file.
abstract void
Abstract method to process input file and write it into output stream.
void
Processes input file provided to loader and writes it trans-coded into
output stream.
void
Processes input file provided to loader and writes it trans-coded into
output stream.