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 / 5627 (-20)
  Re: numbers for "Castle" minifig torso patterns?...
 
(...) I remember it being discussed, but I don't recall any agreement. The flaw I saw with this proposal is, is the file "973p4a.dat" an independent part all its own, or is it merely the first _sub_part of "973p4.dat"? The more I've been thinking (...) (24 years ago, 29-Nov-00, to lugnet.cad.dev)
 
  Re: numbers for "Castle" minifig torso patterns?...
 
(...) Based on recent discussions here, I think we have agreed to allow alpha characters after the "p", to prevent pxx number expanfding to three digits (not a problem for 973pxx, but potentially for 3626bpxx and similar). That means that we can (...) (24 years ago, 29-Nov-00, to lugnet.cad.dev)
 
  numbers for "Castle" minifig torso patterns?...
 
Chris, In a message you sent to me some time ago, you had mentioned that the "range" of "p40" to "p50" was set aside for the patterns from "Castle". However, I just noticed that we've used all but one of these pattern numbers for the minifig torsos. (...) (24 years ago, 29-Nov-00, to lugnet.cad.dev)
 
  error in 973p34.dat ???
 
I think there might be a (minor) error in 973p34.dat. I noticed in my "sort by number" parts list that 973p34 was titled "Minifg Torso with Open Jacket over Striped Vest". ("Minifg" should be "Minifig".) I wasn't certain if this is unique to my PC. (...) (24 years ago, 29-Nov-00, to lugnet.cad.dev)
 
  Monorail parts
 
Hi, where can I find monorail parts like monorail wheels, etc. ? Thanx. Norbi (24 years ago, 28-Nov-00, to lugnet.cad, lugnet.cad.dev)
 
  Re: bend thingie creator.
 
(...) Sorry, I explained myself poorly, I divide the curve in segments with only 2 points each. Bezier and Hermite curves are very similar, but I don't use Bezier curves because the control points are not very user-friendly, I'd rather have tangents (...) (24 years ago, 27-Nov-00, to lugnet.cad.dev)
 
  Re: LDLite center offset problem?
 
(...) It was probably Jeremy Sproat who did this interface, if my memory serves. He is apparently not active on LUGNET now. I don't have an environment for compiling programs under Windows myself, so I cannot make the needed changes to the source (...) (24 years ago, 27-Nov-00, to lugnet.cad.dev)
 
  Re: LDLite center offset problem?
 
(...) Yep... I pointed this out to Gyug, and he said that the interface for the view options was actually provided by a 3rd party. He said that he would relay the info to said person and hopefully the problem would be fixed in the next version.. (...) (24 years ago, 27-Nov-00, to lugnet.cad.dev)
 
  Re: LDLite center offset problem?
 
"James Wilson" <wilson.j.s@usa.net> wrote in message news:G4otrM.E8n@lugnet.com... (...) the (...) latest one (...) the (...) (numlock on (...) one (...) want, then (...) Using LDLite with LDAO also allows negative offsets. -John Van (24 years ago, 27-Nov-00, to lugnet.cad.dev)
 
  LDLite center offset problem?
 
Anyone else have this problem? I can't type in negative numbers into the center-offset boxes (X and Y offset) in LDLite (2.0b, I think -- the latest one on Paul Gyugyi's web site). It also doesn't work in 1.6. I tried on the upper row of keys on the (...) (24 years ago, 27-Nov-00, to lugnet.cad.dev)
 
  LDLite center offset problem?
 
Anyone else have this problem? I can't type in negative numbers into the center-offset boxes (X and Y offset) in LDLite (2.0b, I think -- the latest one on Paul Gyugyi's web site). It also doesn't work in 1.6. I tried on the upper row of keys on the (...) (24 years ago, 27-Nov-00, to lugnet.cad.dev)
 
  Re: *** The best LEGO CAD software ? ***
 
I can't wait to get your optimization! The latest version of MLCAD is much faster than the previous one (since it tries not to redraw the entire model), but this sounds fantastic! Michael Lachmann <m.lachmann@xpoint.at> wrote in message (...) (24 years ago, 27-Nov-00, to lugnet.cad, lugnet.cad.dev)
 
  Re: bend thingie creator.
 
(...) Doesn't this complicate things a lot? It is possible easily draw a hundred beziercurves that make up 1 curve, but how do you make 1 equation that passes through a hundred points? (...) mean (...) segment (...) it (...) with (...) segment in (...) (24 years ago, 26-Nov-00, to lugnet.cad.dev)
 
  Re: bend thingie creator.
 
(...) I've thought about using bezier curves but I decided to choose another type of curve because it doesn't allow you to make the curve pass by a specific point (except the first and last points). (...) I'm using a different solution: I start with (...) (24 years ago, 26-Nov-00, to lugnet.cad.dev)
 
  Re: bend thingie creator.
 
(...) I'm using a simplified form of bezier curves, like you see in most drawing software like coreldraw etc.. this is also x = f(t), y = g(t) and z = h(t) with f, g and h being a*t^3 + b*t^2 +c*t + d . a, b , c and d can than simply be calculated (...) (24 years ago, 26-Nov-00, to lugnet.cad.dev)
 
  Re: Dull metal color?
 
(...) Yes indeed! Would I simply change the reflectivity of the color? That seems pretty easy; I'll try it when I get home. Thanks! Dave! (24 years ago, 24-Nov-00, to lugnet.cad.dev)
 
  Re: Dull metal color?
 
(...) If I recall correctly, the FAQ says to use the same color code (#383). If ray-tracing (using POV-RAY), you can distinguish be encoding a variant of the translated color -- I'm assuming you'll be using L3P -- to have a non-reflective version of (...) (24 years ago, 24-Nov-00, to lugnet.cad.dev)
 
  Dull metal color?
 
Is there an LDraw color code for silvery metal other than bright chrome? I'm thinking something more along the lines of dull silver-grey, like the wheels on some Technic sets. Any guesses? Dave! (24 years ago, 24-Nov-00, to lugnet.cad.dev)
 
  Re: bend thingie creator.
 
(...) It's very cool indeed, I've been trying to do something like this for LeoCAD but I'm using Hermite curves and the user is able to move the control points and direction vectors interactively. Everything works reasonably well but I'm having (...) (24 years ago, 24-Nov-00, to lugnet.cad.dev)
 
  RE: Light.dat Author?
 
(...) IIRC, LIGHT.DAT was a collaborative effort between Lutz and James before Lars released L3P. Since few people other than James modeled parts before he passed away, my guess is that James wrote the actual code for the file (all 3 lines :) --Bram (...) (24 years ago, 22-Nov-00, 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