Re: [JAVA3D] Loader.load(Reader) & binary files

2002-01-15 Thread Dipl. Ing. Paul Szawlowski
I had the same problem with my STLLoader and was asking myself why couldn't the method take an InputStream as parameter. What I did: return null and document that this method is not implemented. regards Paul Justin Couch schrieb: > I have a query from the javagaming site that I'd appreciate so

[JAVA3D] Loader.load(Reader) & binary files

2002-01-15 Thread Justin Couch
I have a query from the javagaming site that I'd appreciate some advice on. The person is writing a loader that loads a binary file format (Quake 3 md3 files). The Loader interface includes a method that takes a Reader instance. Obviously, the Reader and binary file formats do not mix. What is th