To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cadOpen lugnet.cad in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / 7157
  Re: JAVA - Viewer for dat-Files
 
"Andy Lynch" <andy@andyandjackie.com> schrieb im Newsbeitrag news:009101c1a2a2$e4...1DMNJ01... (...) Actually I have a program version, and I collect ideas and interests for the applet. So for the part files there are three ways to do: - the (...) (23 years ago, 22-Jan-02, to lugnet.cad, lugnet.cad.dat.parts)
 
  Re: Java - Viewer for dat-files
 
(...) The parts library is already available as individual parts on the LDraw.org server. (...) Jacob (23 years ago, 22-Jan-02, to lugnet.cad, lugnet.cad.dat.parts)
 
  Re: Java - Viewer for dat-files
 
"Jacob Sparre Andersen" <sparre@nbi.dk> schrieb im Newsbeitrag news:3C4D4CAE.5B75B2...@nbi.dk... (...) So I can include a request to LDraw.org for missing pieces. (...) I think, the best will be: The applet has a zip or single-dat for the part, the (...) (23 years ago, 23-Jan-02, to lugnet.cad, lugnet.cad.dat.parts)
 
  Re: JAVA - Viewer for dat-Files
 
(...) I would like to see this make the leap from applet to application so that it has file-saving priveleges. Then I would like to see it have editing ability! Multi-platform is good. Java is good. -- Thanks: James Reynolds (URL) (23 years ago, 23-Jan-02, to lugnet.cad, lugnet.cad.dat.parts)
 
  Re: Java - Viewer for dat-files
 
(...) Right. See (URL) for a little more information. Steve (23 years ago, 23-Jan-02, to lugnet.cad, lugnet.cad.dat.parts)
 
  Re: JAVA - Viewer for dat-Files
 
"James Reynolds" <james.e.reynolds@m.....utah.edu> schrieb im Newsbeitrag news:GqEDsG.3p4@lugnet.com... (...) Actually it's more application than applet, but I don't know at the moment, whether I will make it an editor, just as filesaving. The (...) (23 years ago, 24-Jan-02, to lugnet.cad, lugnet.cad.dat.parts)
 
  Re: JAVA - Viewer for dat-Files
 
(...) Cool stuff, and with source!! But, I get this error when I try to run it: Exception in thread "main" java.lang.NoSuchMethodError: javax.media.j3d.Scen...aphObject: method setCapabilityIsFrequent(I)V not found at (...) (23 years ago, 24-Jan-02, to lugnet.cad, lugnet.cad.dat.parts)
 
  Re: JAVA - Viewer for dat-Files
 
(...) NO J3D?!!!! Hmm... I was wondering why I kept putting off learning it. It would've been kinda hard to compile anything... Oh well. Just so you know, Apple has gotten really fond of Java, in so much that they have included it native into Mac OS (...) (23 years ago, 24-Jan-02, to lugnet.cad, lugnet.cad.dat.parts)
 
  Re: JAVA - Viewer for dat-Files
 
"Don Heyse" <dheyse@hotmail.spam....away.com> schrieb im Newsbeitrag news:GqG98z.Gsr@lugnet.com... (...) I removed the setCapabilityIsFrequent-method from code. I thougt, it has to be set for changing the view, but it don't. So It should work also (...) (23 years ago, 25-Jan-02, to lugnet.cad, lugnet.cad.dat.parts)
 
  Re: JAVA - Viewer for dat-Files
 
(...) I'll have to try it again with j3d 1.2. I did manage to register and download j3d 1.3, and directx8 and get it working with this command. java -classpath viewer.jar de/onlinehome/broich...pplet/Show PATH=c:\ldraw FILE=%1 It's pretty neat, but (...) (23 years ago, 25-Jan-02, to lugnet.cad, lugnet.cad.dat.parts)
 
  Re: JAVA - Viewer for dat-Files
 
Hi, I'm also currently working on a very similiar program. (...) Yes because of the way .DAT files are made, the most straight forward way of representing them in J3D is 1 triangle or quad -> 1 Object. J3D however does tremendously better on both (...) (23 years ago, 25-Jan-02, to lugnet.cad, lugnet.cad.dat.parts)
 
  Re: JAVA - Viewer for dat-Files
 
(Follups sent to lugnet.cad.dev.) (...) Well you have to careful when you do this. The problem with strips and fans is that they can only be used for smooth surfaces. You only get one surface normal for each point, so any faces connected to that (...) (23 years ago, 26-Jan-02, to lugnet.cad, lugnet.cad.dat.parts, lugnet.cad.dev)
 
  Re: JAVA - Viewer for dat-Files
 
Travis Cobbs wrote: > (Follups sent to lugnet.cad.dev.) > > In lugnet.cad, Kyle McDonald writes: > >>I'm curious if any of you OpenGL/LDraw guys do much in your code >>to generate strips from the DAT files to improve performance? I think >>I have (...) (23 years ago, 26-Jan-02, to lugnet.cad, lugnet.cad.dat.parts, lugnet.cad.dev)
 
  Re: JAVA - Viewer for dat-Files
 
"Kyle McDonald" <kmcdonald@bigfoot.com> schrieb im Newsbeitrag news:3C519D02.204090...oot.com... Hi, for how I'm doing the internal creating: I did a depth search with hashing the files, create two shapes for all lines, quads, triangles, each (...) (23 years ago, 26-Jan-02, to lugnet.cad, lugnet.cad.dat.parts)
 
  Re: JAVA - Viewer for dat-Files
 
"Bernd Broich" <bernd.broich@online.de> schrieb im Newsbeitrag news:GqJq1r.7G4@lugnet.com... (...) I also tried out the stripifier, that cames with j3d: A Model without stripifying needs about 34MB, with stripifying 134MB. It's very interesting. So (...) (23 years ago, 27-Jan-02, to lugnet.cad, lugnet.cad.dat.parts)
 
  Re: JAVA - Viewer for dat-Files
 
(...) Hmmm. I haven't done any extensive testing, but I tried to load a (relatively large) model into your app yesterday. It ran for over an hour without displaying anything. Win2k Resized my pagefile 3 times, and the JVM got up to 300MB (my machine (...) (23 years ago, 28-Jan-02, to lugnet.cad, lugnet.cad.dat.parts)
 
  Re: JAVA - Viewer for dat-Files
 
Bernd Broich wrote: > "Kyle McDonald" <kmcdonald@bigfoot.com> schrieb im Newsbeitrag news:3C519D02.204090...oot.com... > Hi, > for how I'm doing the internal creating: > > I did a depth search with hashing the files, create two shapes for > all (...) (23 years ago, 28-Jan-02, to lugnet.cad, lugnet.cad.dat.parts)

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR