To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cad.devOpen lugnet.cad.dev in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / Development / 7807 (-20)
  Re: dragNdrop (Was: Ldglite must be faster)
 
I don't exactly have an algorithm for "spread out parts", all I really have done is to find an empty spot when dropping one part. Along a line collect up the intersection of all bounding boxes of other parts; find an interval that your part fits (...) (22 years ago, 10-Sep-02, to lugnet.cad.dev)
 
  Re: dragNdrop (Was: Ldglite must be faster)
 
(...) OK, I got multiline paste to work, but it just dumps them all in the same spot for now. I also experimented with pasting in a peeron inventory with quantity and all, but the part numbers don't always match up and the colornames definitely (...) (22 years ago, 10-Sep-02, to lugnet.cad.dev)
 
  Re: Autoroute!=Towing, right?
 
(...) (URL)and (...) (URL)the same? They look like it, but they have dramatically different (...) Minifig Torso with Autoroute Pattern[2] (...) Hose Reel 2 x 4 x 2 Holder with tow logo pattern[3] (...) No idea why 4209p05, but it predates the Torso (...) (22 years ago, 9-Sep-02, to lugnet.db.brictionary, lugnet.cad.dev)
 
  Re: dragNdrop (Was: Ldglite must be faster)
 
(...) I examined the source (aren't you glad you posted it) and now I can drag in a part from LDList (cool!), but I'm still not sure about the rest of the 'protocol'. What's the point of the X and Y coordinates? And is it the empty message that (...) (22 years ago, 9-Sep-02, to lugnet.cad, lugnet.cad.dev)
 
  Re: My latest idea / project
 
How can I replace a numbe in a selected line of a Tlisbox? For example the second number? 1 4 0 -72 0 so that the user select a color and the it copys the same selected line of before and it does for example 1 4 0 -72 0 replace 4 for 15 1 15 0 -72 0 (...) (22 years ago, 9-Sep-02, to lugnet.cad.dev)
 
  Re: My latest idea / project
 
(...) I think you should try learning the math. Why don't you give it a chance? Someday you'll be glad you did. I know I am. (22 years ago, 9-Sep-02, to lugnet.cad.dev)
 
  Re: My latest idea / project
 
(...) Personally, I found that reading the LDraw FAQ and the comp.graphics.algorithms FAQ was very useful. The latter can be found at: (URL) has a large section on 3D graphics, and lots of references. Fredrik (22 years ago, 9-Sep-02, to lugnet.cad.dev)
 
  Re: My latest idea / project
 
(...) Then for get it I'm not going to learn maths. But what about if I make a gui design of the app and I comment it all on what I need and you code it? (...) (22 years ago, 9-Sep-02, to lugnet.cad.dev)
 
  Re: My latest idea / project
 
(...) [snip] (...) Have you had a trigonometry course yet? If not, a quick search of the internet turns up plenty of links. This one looks easy enough. (URL) you'll probably need to read up on matrix math. (URL) then finally it's on to (...) (22 years ago, 9-Sep-02, to lugnet.cad.dev)
 
  programmer(s) help needed
 
Hi, Is anybody intrested in developing a Postscript to LDR converter? Files saved als Adobe Illustrator 1.1 contain fairly basic PS and can (when using 3 and 4 pont polygons) easily be converted in a LDR file. I have the knowledge of both PS and LDR (...) (22 years ago, 9-Sep-02, to lugnet.cad.dev)
 
  My latest idea / project
 
Hello, I'm working on something called "edraw" for now if you all don't like the name I'll change it but for alpha previews will be called edraw and for final release will be called somthing else. What is it? Well is going to be a mix of ledit and (...) (22 years ago, 9-Sep-02, to lugnet.cad.dev)
 
  Re: New tool for making minifigs
 
(...) OK, I've downloaded the source. I took a loo and I've mostly figured out it works but could you explain how I incorporate this into my current form? -Orion (22 years ago, 8-Sep-02, to lugnet.cad.dev)
 
  Re: New tool for making minifigs
 
"Orion Pobursky" <bilthefish@IHATESPAMyahoo.com> skrev i meddelandet news:H238s8.5IJ@lugnet.com... (...) This is the main part of LDList :-) The source is up at (URL) but beware, the original code is old (ldlite 0.9 or so), and there *are* some (...) (22 years ago, 8-Sep-02, to lugnet.cad.dev)
 
  Re: New tool for making minifigs
 
(...) I know, but I never got around to compile LDGLite myself with that feature activated. And now I have simply copied "/home/dheyse/ldglit...e/ldglite" to "/usr/local/bin/", so I can use your latest version. :-) Play well, Jacob (22 years ago, 8-Sep-02, to lugnet.cad.dev)
 
  Re: New tool for making minifigs
 
(...) I'm looking for something like a Timage component but instead of loading bmp that it loads dat or ldr but I think for now it will do this off screen system. Play well (...) (22 years ago, 8-Sep-02, to lugnet.cad.dev)
 
  Re: New tool for making minifigs
 
(...) Hey, what's with the "supposedly" stuff! I believe parts tracker is already using that feature on ldraw.org. :^) But anyhow, I'm not sure offscreen rendering is what Eduardo is looking for. What about borrowing some code from LDList? It's (...) (22 years ago, 8-Sep-02, to lugnet.cad.dev)
 
  Re: New tool for making minifigs
 
(...) You could use LDGLite. It can supposedly (I have never managed to get it to work) render a LDraw file off-screen directly to a BMP or PNG file. (...) I expect something like: winexec("ldglite -q -mS model.dat"); will work, but you should read (...) (22 years ago, 8-Sep-02, to lugnet.cad.dev)
 
  Re: New tool for making minifigs
 
How do you make your Delphi apps that can show you a preview of what you a building or making in dat format? I tryed with something like winexec(ldraw model.dat -ms) but is not good as it runs ldraw and changes screen to full 320 x 240 and then back (...) (22 years ago, 8-Sep-02, to lugnet.cad.dev)
 
  Re: Post-processing huge [POV] text files in Delphi
 
(...) Now that you mention it, I remeber you said that when we met at your home. Is there really any point trying to teach me something? :o) (...) In a way, that makes sense. Many POV statement span over multiple lines. (...) I'm having a look at it (...) (22 years ago, 8-Sep-02, to lugnet.cad.dev)
 
  Re: New tool for making minifigs
 
(...) I'm making a similar program but it's a plugin for LDDesignPad. Here's a couple of thing I'm incorporating: - Neckwear and footwear - Custom rotation of the indiviual parts - Possibly a picture preview, similar to my DAT curves plugin. Here's (...) (22 years ago, 7-Sep-02, to lugnet.cad.dev)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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