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 / *35225 (-20)
  Re: *** MLCad V3.10 is available ***
 
Hi Ross, Sorry I forgot that, I've just added it to the bug-list, i'll correct that in the next release. Michael "Ross Crawford" <rosscraw@bigpond.net.au> schrieb im Newsbeitrag news:HzFGEr.5Av@lugnet.com... (...) a (...) (20 years ago, 18-Jun-04, to lugnet.cad, lugnet.cad.mlcad)
 
  Re: *** MLSave V1.10 ***
 
Hi Jaco, "Jaco van der Molen" <jmolen@zonnet.nl> schrieb im Newsbeitrag news:HzB9Cy.AFx@lugnet.com... (...) do (...) <SNIP> It is called MLSaver.scr, like Tom already wrote - I'll take care of that in the readme.txt. Thanks for the hint! Michael (20 years ago, 18-Jun-04, to lugnet.cad, lugnet.cad.mlcad)
 
  Re: Quick way to mirror-image a model?  [DAT]
 
(...) [...] (...) I think I've got a more general solution, but first a quick thought: You could make mirror.ini more human-readable if the 'normal' parts were just flagged. Something like: 2546.DAT default 41770.DAT exception 41769.DAT 0 1 0 0 0 1 (...) (20 years ago, 18-Jun-04, to lugnet.cad)
 
  Re: Quick way to mirror-image a model?
 
(...) Talking to myself... Here's what I'm talking about. Completely ripped off from the MLcad.ini file. (URL) one contains an entry every part in my parts.lst file. It needs to have the changes made for the exceptions, but here's how it starts. ; ; (...) (20 years ago, 18-Jun-04, to lugnet.cad)
 
  Re: Quick way to mirror-image a model?
 
(...) Oh yeah, the other exception would be a part substitution, like left minifig arm for right arm, or left wing plates for right wing plates. But watch out, some folks might object to substituting left-wing for right-wing of anything. ;^) (...) (20 years ago, 18-Jun-04, to lugnet.cad)
 
  Re: Quick way to mirror-image a model?
 
(...) Take a peek at the MLCAD.INI file for minifig posing. Could you use a config file like this to handle the exceptions? I'd imagine if you pick one axis for mirroring that works best with most parts, (I think Travis said most were symmetric (...) (20 years ago, 18-Jun-04, to lugnet.cad)
 
  Re: Quick way to mirror-image a model?
 
(...) Now that I've done that, I agree with you. The true proper thing to do is to adjust the rotation matrix of all parts by -a d -g (x, y, z) * -b e -h = (-ax-by-cz, dx+ey+fz, -gx-hy-iz) -c f -i and create a list of exceptions that would be a (...) (20 years ago, 18-Jun-04, to lugnet.cad)
 
  Re: Quick way to mirror-image a model?
 
(...) When you ask a stupid question, I'll let you know! 8^) You're right--it would rotate the brick 180 degrees, but I think that's necessary sometimes (like for the 2x2 slope bricks mirrored left-to-right). But you're also right that this isn't (...) (20 years ago, 18-Jun-04, to lugnet.cad)
 
  Complex scenes and .mpd to .ldr conversion
 
OK, here's my problem: I'm trying to make a pretty complex metropolis scene (40+ submodels) and insert some of my crafts into it. The problem is that these models are made as .mpd files, and importing such, is rather difficult: Working in MLcad, I (...) (20 years ago, 18-Jun-04, to lugnet.cad, FTX)
 
  LMirror 1.0
 
In response to my question earlier, about mirroring a model, I wrote a little app that I oh-so-creatively call LMirror to do a left-to-right and/or front-to-back reflection, or a top-to-bottom reordering. You can download it at: (URL) at your own (...) (20 years ago, 18-Jun-04, to lugnet.cad)
 
  Re: Quick way to mirror-image a model?
 
(...) Darn it, I meant the first ROW. (Doesn't show that I have a math degree, eh? ;-) Carl (20 years ago, 18-Jun-04, to lugnet.cad)
 
  Re: Quick way to mirror-image a model?
 
(...) I found the answer to this ((URL) the first column should be a d g. My poor layout doesnn't change the rotation matrix (I think). Carl (20 years ago, 18-Jun-04, to lugnet.cad)
 
  Re: Quick way to mirror-image a model?
 
(...) Wouldn't that still be a 180 degree rotation rather than a flip, since -1 0 0 (x y z) * 0 1 0 = (-x y -z) 0 0 -1 ? Or am I laying out my rotation matrix incorrectly (is the first line a b c or a d g)? Sorry for all the stupid questions, I'm (...) (20 years ago, 18-Jun-04, to lugnet.cad)
 
  Re: Quick way to mirror-image a model?
 
(...) I didn't necessarily mean quick, I meant easy. Hey, I'm lazy. ;-) I like both answers because you gave me what I needed to know to accomplish the task quickly, Dave gave me what I needed to know to understand what I'm doing! Carl (20 years ago, 18-Jun-04, to lugnet.cad)
 
  Re: Quick way to mirror-image a model?
 
(...) If this bothers you, a partial solution is here: (URL) the results from running the program aren't really appropriate for distribution to others, you can at least do your own POV renderings (as long as you don't use -lgeo). Additionally, the (...) (20 years ago, 17-Jun-04, to lugnet.cad)
 
  Re: Quick way to mirror-image a model?  [DAT]
 
(...) Dumb, dumb, dumb. To be a true "mirror" as you've requested, the second example should have read this way: A B C D E F G H I J K L M N O P 1 16 -100 0 -10 -1 0 0 0 1 0 0 0 -1 3001.DAT The way I originally posted it, the 3001 brick would be (...) (20 years ago, 17-Jun-04, to lugnet.cad)
 
  Re: Quick way to mirror-image a model?  [DAT]
 
(...) You know, I think you're correct about that. I think I'm the last person who still uses LEdit as his primary LDraw platform, and for reasons of my own I always orient my parts and models rotated 90 degrees relative to the true LDraw standard (...) (20 years ago, 17-Jun-04, to lugnet.cad)
 
  Re: Quick way to mirror-image a model?
 
(...) Thanks for the responses--they were very helpful. I found the disadvantage to Don's rotation matrix method to be that when it's used the mouse commands in MLCad are reversed, i.e., dragging the part left moves it right--but it sure worked (...) (20 years ago, 17-Jun-04, to lugnet.cad)
 
  Re: Quick way to mirror-image a model?
 
(...) Fair enough--I guess "quick" is in the eye of the beholder. 8^) Dave! (20 years ago, 17-Jun-04, to lugnet.cad)
 
  Re: Quick way to mirror-image a model?
 
In lugnet.cad, Dave Schuler wrote: [snip] (...) Bad choice of words "silly". Sorry about that, but he asked for a "quick" way to do it. He used the word "quick" twice in fact. But everyone seemed intent on providing a thorough, but complex method (...) (20 years ago, 17-Jun-04, to lugnet.cad)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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