Paul, Actually it's been so long since I wrote the loader that I don't recall why I was using recomputeIndices. It may be a hold over from when I previously was converting to triangle strips (to try and get better performance and lower memory usage).
I'm not sure I wish to get into a debate on the merits of open source software. I keep having this dream that maybe someone would like to actually pay me for my software development. {grin} I'll try to find time to test the loader without using recomputeIndices to see if it still works. If it does then I'll try and package it up again and redistribute a new version. - John Paul Brown wrote: > > Hi John, > I actually suspect something may have happened to the data in the > graphics package but I don't have access to the original graphics so I > cannot tell. I want to be able to rule out any possible problems arising > from the Java end. > > I've taken a quick look at the source of GeometryInfo (it's in the utils > package so has been available for a while). The method > recomputeIndices() calls unindexify and then indexify - which to my > simple eye could well change the order of the vertices. > > Can I ask: why are you calling recomputeIndices ? > > Finally, on the subject of open source - is it possible to make your > loader open source? Or would you consider putting in options to, for > example, turn off the call to recomputeIndices? > > Thanks, > -Paul > > =========================================================================== > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff JAVA3D-INTEREST". For general help, send email to > [EMAIL PROTECTED] and include in the body of the message "help". =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".