Subject:
|
Re: Quick way to mirror-image a model?
|
Newsgroups:
|
lugnet.cad
|
Date:
|
Thu, 24 Jun 2004 21:06:32 GMT
|
Viewed:
|
4587 times
|
| |
| |
In lugnet.cad, Carl Nelson wrote:
> Why process something as an exception when the default behavior is needed?
> It's all in what one sees as extra, unneeded code. ;-)
Well, yeah. But it's simpler to process it all -- the only exceptional
processing you need is "look for the part in mirror.ini. If not found, use the
default settings".
With your method, you have to also add "if the matrix looks like MD, then
process with method_a; otherwise, use method_b".
HOWEVER, you should process all parts through the mirroring operation -
otherwise, you can't handle parts at arbitrary orientations. And if you apply
just the reflection matrix (MP), you'll get reversed stud-logos in your
renderings.
> Exception matrix would probably be the best term, since it *always* mirrors > and *may* rotate.
Or transformation matrix, or pre-reflection matrix.
Steve
|
|
Message is in Reply To:
| | Re: Quick way to mirror-image a model?
|
| (...) Why process something as an exception when the default behavior is needed? It's all in what one sees as extra, unneeded code. ;-) Though I just did some timing and I don't see any performance differences between ignoring them and not. (...) (...) (20 years ago, 24-Jun-04, to lugnet.cad)
|
65 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|