| | META commands ??? (was "Re: new part - 71014 Castle Greatsword")
|
|
(notice "follow-up")... (...) Well, I wasn't actually trying to _force_ anyone who wants to use this to use color code # 383 (and only that one), I was just assuming that someone who may be somewhat forgetful (like, for instance, _ME_) :-P might (...) (25 years ago, 22-Mar-00, to lugnet.cad.dat.parts, lugnet.cad.dev)
|
|
| | Re: More MPD
|
|
(...) This seems similar to the recursive MPD problem. At least with the lich.dat example the files weren't really recursive. It was just a matter of the ring2.dat file in the local MPD scope supplanting the ring2.dat from the global (...) (25 years ago, 22-Mar-00, to lugnet.cad.dev)
|
|
| | CAD Newbie Questions...
|
|
This afternoon, I downloaded LDraw and MLCAD and tried it out for the very first time. Overall, it went very smooth after I figured out the basics, MLCAD seems very good. One problem I did have was trying to add a triangular plate at an angle. I (...) (25 years ago, 22-Mar-00, to lugnet.cad)
|
|
| | More MPD [DAT]
|
|
1. Are the files in an MPD public or private? Consider this example with three files: town.dat 1 16 -40 0 0 1 0 0 0 1 0 0 0 1 house1.mpd 1 16 40 0 0 1 0 0 0 1 0 0 0 1 house2.mpd house1.mpd 0 FILE house1.dat 1 4 0 0 0 1 0 0 0 1 0 0 0 1 3003.DAT 1 4 0 (...) (25 years ago, 22-Mar-00, to lugnet.cad.dev)
|
|
| | Re: LDraw extended colors
|
|
(...) During implementation of Gyugyi's Direct Colors, I browsed his LDLite code: | if ((c >= 0x4000000) && (c <= 0x7ffffff)) | { | /Numbers of 0x4000000 to 0x7ffffff are hard coded color values. | zcp->r = 16 * ((c & 0x00000f00) >> 8); | zcp->g = (...) (25 years ago, 20-Mar-00, to lugnet.cad.dev)
|