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 / *9810 (-20)
  Re: Formalizing a method for handling synthesizable parts
 
How about, instead of specifying an entire curve, to specify the stiffness of each joint and use iterative solving to arrange the elements between endpoints? Adding constraints with other pieces would follow after that. (22 years ago, 13-Sep-02, to lugnet.cad.dev)
 
  Re: Detemining Bad Vertex Sequence
 
Hi, I've created a simple web page with some examples of the output of my program. There you will find the remaining primitives that hadn't been certified yet and all the technic bricks certified with my program. (URL) Steve, could you put them at (...) (22 years ago, 13-Sep-02, to lugnet.cad.dev)
 
  Re: Formalizing a method for handling synthesizable parts
 
Looks great ! Springs should probably be included too as they have ends with something variable in between... Philo www.philohome.com (22 years ago, 13-Sep-02, to lugnet.cad.dev)
 
  Re: Formalizing a method for handling synthesizable parts
 
Larry, Yes, I'm glad you mentioned string. It is similar to both bands and tubes. I'm not much of a mathematical theoretician, so I'll probably need some help designing the algorithms, but I can code like a madman. Kevin "Larry Pieniazek" (...) (22 years ago, 14-Sep-02, to lugnet.cad.dev)
 
  Re: Formalizing a method for handling synthesizable parts
 
(...) I think this would be very nifty! (...) One other type of flexible part is string. Taut string should conform to the shape of whatever it is wound on, leave tangentially, and have a linear path to the other end. Slack string should conform to (...) (22 years ago, 13-Sep-02, to lugnet.cad.dev)
 
  Re: LDGLite and XFree86 4.2?
 
(...) I'm not sure if MESA-demos (I just looked it up) is part of XFree86-devel. I suspect not. (...) I don't know about that. Perhaps MESA-lib is closely tied because of the intermingling of X and OpenGL protocols, but the higher level windowing (...) (22 years ago, 13-Sep-02, to lugnet.cad.dev)
 
  Re: LDGLite and XFree86 4.2?
 
(...) XFree86-devel is already installed. (...) I will see if I can get that to work, but I would expect it to be rather closely tied to the rest of the XFree86-package. Play well, Jacob -- Bregnerod (a LEGO town): (URL) (22 years ago, 13-Sep-02, to lugnet.cad.dev)
 
  Formalizing a method for handling synthesizable parts
 
I'm relatively new to the LDRAW CAD world, but am very impressed with all the work that has been done. It is amazing that we have such a huge parts database to work with. I've been working on a tool for publishing LDRAW based designs. It has been in (...) (22 years ago, 14-Sep-02, to lugnet.cad.dev) ! 
 
  Re: LDGLite and XFree86 4.2?
 
(...) That's not going to do it. You seem to be missing the glut library which is not a core OpenGL library, but a widely distributed toolkit that's used for most of the example programs. Ldglite uses this extensively to open the window, get the (...) (22 years ago, 13-Sep-02, to lugnet.cad.dev)
 
  LDGLite and XFree86 4.2?
 
I use a Linux system where I do not have system administrator rights, but I would still like to compile and use LDGLite on it. My problem is that the system has XFree86 version 4.2 installed, and the names of some of the OpenGL/Mesa files seem to (...) (22 years ago, 13-Sep-02, to lugnet.cad.dev)
 
  Re: Detemining Bad Vertex Sequence
 
(...) Yes - "Poll, silent update" - that's the option - it refreshes for me (400Mhz Celeron) every one to two seconds. Not sure if you can control the poll frequency, though. Lars, can you answer this? Chris (22 years ago, 13-Sep-02, to lugnet.cad.dev)
 
  Re: Detemining Bad Vertex Sequence
 
(...) Thanks... I am having trouble with these instructions, maybe I'm not running the right versions of things? I have LDAO 2.1.8 and L3Lab 1.2. I'm not sure what the autofresh option is... when I launch LDAO editor on my part, I set the viewer to (...) (22 years ago, 13-Sep-02, to lugnet.cad.dev)
 
  Re: BrickDraw3D bleeda
 
(...) I bit the bullet and created a 'string' object for every line recently. (...) yeah, just to parse a line of DAT takes multiple inheritance now. AND there is a weird "result" class you must supply with methods MakeComment, MakeLine, (...) (22 years ago, 12-Sep-02, to lugnet.cad.dev.mac)
 
  Re: BrickDraw3D bleeda
 
(...) Hopefully this is a more sensible challange than some of the causes I've adopted. DOS versions? What was I thinking? Every now and then I still have to fight the urge to waste more time on that one. (...) Gotta love those trusty old C string (...) (22 years ago, 12-Sep-02, to lugnet.cad.dev.mac)
 
  Re: Preview of a new ldraw editor "sort of"
 
(...) (22 years ago, 12-Sep-02, to lugnet.cad.dev)
 
  Preview of a new ldraw editor "sort of"
 
I decided to release a preview on what I'm making so far is called edraw is a new editor for making LDR files with a new system powered by ldglite it uses ldglite's off-screen system so is not real time but I belive it will allow PC's with litle (...) (22 years ago, 12-Sep-02, to lugnet.cad.dev)
 
  Re: Ldglite sourcing STDIN not working under Windows 2000?
 
(...) I suppose that's as good a reason as any. Actually It's kinda neat to finally find a compelling reason for the single pass, render as you go, ldlite parser. Pipes are just too cool! On the other hand, the user won't be able to spin the model (...) (22 years ago, 12-Sep-02, to lugnet.cad.dev)
 
  Re: Ldglite sourcing STDIN not working under Windows 2000?
 
(...) Hmm. Supplying '--' does make a difference, but only in the error messages I get. :) (...) I was going to poke around with making a utility that would give the user a file polygon-by-polygon, and have them respond with whether the winding was (...) (22 years ago, 12-Sep-02, to lugnet.cad.dev)
 
  Re: BrickDraw3D bleeda
 
(...) I take that as a challenge! actually dragging a group is frightening but I think I can just do it (graphically) right now I've got no color support whatsoever - everything is blue. (...) I see strlen() and strtok() are still with us. I must (...) (22 years ago, 12-Sep-02, to lugnet.cad.dev.mac)
 
  Re: Ldglite sourcing STDIN not working under Windows 2000?
 
(...) Well I suppose I could say the problem is on the side of the keyboard where your chair is, but that wouldn't be completely true. According to the readme.txt file you need to give ldglite the -- command line option to use stdin. However I'm (...) (22 years ago, 12-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