Hello,
Could you support support load(Reader) method in Loader3DS when
method parameter is an instance of InputStreamReader ?
I know 3DS files are binary files, but load(Reader) is the only method in
Loader interface that supports streams.
InputStreamReader has a getEncoding method that could help you to
encode back caracters to binary with an OutputStreamWriter.
Anyway, it would be nice at least to add a load(InputStream) method in
Loader3DS.
Thank you