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 / *37660 (-20)
  Re: Conditional lines on sloped wedge parts 43720 and 43721
 
(...) I think the key difference is the twisted nature of this surface. I think the twist makes it impossible to partition the surface into polygons without having a mix of convex and concave seams. I'd like to be proven wrong. I don't have one of (...) (19 years ago, 19-Apr-05, to lugnet.cad.dat.parts, FTX)
 
  Re: Conditional lines on sloped wedge parts 43720 and 43721
 
(...) Oh, I don't know about that 1 pixel business. The problem with the surface as it's currently written, is that it flip-flops between convex and concave every at every triangle. But if you ignore the triangles and spin the surface around a bit, (...) (19 years ago, 19-Apr-05, to lugnet.cad.dat.parts, FTX)
 
  Re: Conditional lines on sloped wedge parts 43720 and 43721
 
(...) I'm pretty sure that's going to be the problem with *any* partition of this surface into polygons. Having a mathematical description of the surface would be good, because then we could potentially create a primitive for the surface, and (...) (19 years ago, 19-Apr-05, to lugnet.cad.dat.parts, FTX)
 
  Re: Help needed for steering wheel...
 
(...) 3829 is both bits together, 3829a is the base, and 3829b is the wheel (URL) Dean Earley, Dee (dean@earlsoft.co.uk) irc: irc://irc.blitzed.org/ web: (URL) +44 (0)780 8369596 (19 years ago, 19-Apr-05, to lugnet.cad)
 
  Help needed for steering wheel...
 
Hi, does this part exist as LDraw file? (URL) I need this: (URL) ONLY the wheel, without the base. Does it exist separately? Thanks in advance, Gianluca ___...___ Nuovo Yahoo! Messenger: E' molto più divertente: Audibles, Avatar, Webcam, Giochi, (...) (19 years ago, 18-Apr-05, to lugnet.cad)
 
  Re: Conditional lines on sloped wedge parts 43720 and 43721
 
(...) OK, I tried it and realise now that it doesn't solve the problem at all, just moves the outside curves to a different spot. I think Don is right, a more complex torus-like curve is necessary to represent it properly. ROSCO (19 years ago, 18-Apr-05, to lugnet.cad.dat.parts, FTX)
 
  Re: Conditional lines on sloped wedge parts 43720 and 43721
 
(...) Well, I thought about this, and what I would try is changing the polygons thus: If the top points are A1-5 and the bottom points are B1-5, keep the A2-B1, A3-B2 as currently, but instead of A2-B2 etc, use A3-B1, A4-B2, etc. I think that would (...) (19 years ago, 18-Apr-05, to lugnet.cad.dat.parts, FTX)
 
  Re: Conditional lines on sloped wedge parts 43720 and 43721
 
(...) I'm not sure about that. The surface as it's written is extremely lumpy, and the conditional lines work as expected given the lumps in the surface. You also get an ugly shading effect with flat shading because of those lumps. (URL) There's (...) (19 years ago, 18-Apr-05, to lugnet.cad.dat.parts, FTX)
 
  Re: white outlines on black bricks
 
(...) A little farther down in the document, it says this (in regards to dithered colors): "Finally, the edge-color of Color 1 is used as the edge color of the dithered color." These documents define two sets of values: (URL) LDraw Config File> (...) (19 years ago, 18-Apr-05, to lugnet.cad, FTX)
 
  Re: txt2dat - Create LDraw files from text
 
(...) Wow, that's cool! LDRAW stuff sent to stdout. I finally get to try ldglite with a pipe from a real program, and it all seems to work. txt2dat -s hello -c 4 -p 72 c:\windows\fonts\ariel.ttf | ldglite -i1 -MFhello.png -- Thanks. That was fun, (...) (19 years ago, 18-Apr-05, to lugnet.cad.dev)
 
  Re: white outlines on black bricks
 
(...) I would appreciate it if the blocking was turned off. Alternately, if ML-CAD allows colors to be set via ldconfig.ldr, that would be good for me. Truthfully, I haven't even checked for this support; I don't have time right now. Steve (19 years ago, 18-Apr-05, to lugnet.cad)
 
  Re: Conditional lines on sloped wedge parts 43720 and 43721
 
(...) I don't think it's the control points. I took a quick look at the file, actually just one of the lines, the first in the file. The control points used are the two unattached vertices from the triangles adjacent to the conditional edge. That (...) (19 years ago, 18-Apr-05, to lugnet.cad.dat.parts, FTX)
 
  Re: white outlines on black bricks
 
(...) This doc (URL) the "inverse" colours for colour 0-15, are other colours documented somewhere? ROSCO (20 years ago, 18-Apr-05, to lugnet.cad)
 
  Re: txt2dat - Create LDraw files from text
 
(...) Thanks Dave! Any feedback is much appreciated. I've just uploaded a new version, so you might wanna grab that. ROSCO (20 years ago, 17-Apr-05, to lugnet.cad.dev, FTX)
 
  Re: txt2dat - Create LDraw files from text
 
(...) I've uploaded version 0.1.3, with a couple of bug fixes, and source code. Enjoy! ROSCO (20 years ago, 17-Apr-05, to lugnet.cad.dev, FTX)
 
  Re: Set 8652 Render
 
(...) Any chance you can share the DAT files? (20 years ago, 17-Apr-05, to lugnet.cad.ray)
 
  Re: txt2dat - Create LDraw files from text
 
(...) Okay, I admit it: at first I thought "text to LDraw? Big deal--I write all my LDraw partsfiles as text files." But then I clicked on the link and figured it out. Wow, this utility is a great idea! I just downloaded it and will give feedback as (...) (20 years ago, 17-Apr-05, to lugnet.cad.dev, FTX)
 
  Conditional lines on sloped wedge parts 43720 and 43721
 
Wedge part 45407 (Wedge 4 x 4 with 1 x 4 Side Plates) has similar sloped sides as wedge parts 43720 and 43721 [LDrawPart 43721]. When I examined these parts in LDView, I noticed that the control points for the conditional lines on the sloped surface (...) (20 years ago, 16-Apr-05, to lugnet.cad.dat.parts, FTX)
 
  txt2dat - Create LDraw files from text
 
Hi all, I've just uploaded the first beta version of txt2dat, a command-line program to create LDraw files from text. It has been developed using cygwin and mingw on Windows XP, and has not been fully tested in any other environments. You can (...) (20 years ago, 15-Apr-05, to lugnet.cad.dev, FTX)  
 
  Re: L3P Options?
 
(...) I'd be willing to look at a beta version. I'm even happy to look at code (assuming its in something I know) if you like. Tim (20 years ago, 14-Apr-05, to lugnet.cad.ray)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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