Subject:
|
Re: Mesh Enhancer
|
Newsgroups:
|
lugnet.cad
|
Date:
|
Tue, 16 Jun 2009 16:19:57 GMT
|
Viewed:
|
10775 times
|
| |
| |
In lugnet.cad, Tom Beattie wrote:
|
I was wondering if anyone could point me towards a copy of Mesh Enhancer. All
links on LDraw are obsolete and broken. I have a 2x2 dome dat in serious need
of smoothing, and a rendering looking worse for wear.
|
I could never get mesh enhancer to work right, but the Anton Raves library does
have the part you mention. In that library it is referred to as
stwa_r2d2_head.
I created the following ar_0553.inc file to use this with LGEO:
#ifdef(ar_0553)
#else
#include "ar_material.inc"
#include "ar_library.inc"
#declare setting = 2;
#declare ar_0553 =
object {
www.brick(texture{})
matrix <-0.1, 0, 0,
0, 0, .1,
0, 0.1, 0,
0, 0, -3*LG_PLATE_HEIGHT>
rotate <0, 0, 90>
}
#declare ar_0553_clear =
object {
ar_0553
}
#end
|
|
If you are using L3P, you need to add this part to the .lst file. If you are
exporting straight from LDView like I do, you need to add the following to
LGEO.xml:
<Element>
<LDrawFilename>553.dat</LDrawFilename>
<POVName>ar_0553</POVName>
<POVName Alternate="Clear">ar_0553_clear</POVName>
<Dependency>LGDefs</Dependency>
<POVFilename>ar_0553.inc</POVFilename>
<MatrixRef>LGEOTransform</MatrixRef>
</Element>
|
|
Naturally, you have to actually have Antons library which is the
ar_library.inc file and you have to make sure to include it when you run
POV-Ray.
Once youve done these things, everything will be automatic and youll have a
nice looking dome! Look at
this picture for a
good example of a render with this part.
Eric Albrecht
Technicopedia
|
|
Message has 1 Reply: | | Re: Mesh Enhancer
|
| (...) Thanks Eric. All this sounds interesting, however you may have to guide me some of the way here. I have always been interested in Anton's Library but to be honest I never worked out how to use it within the MLCad, L3PAO, LGEO, POV tool chain, (...) (15 years ago, 19-Jun-09, to lugnet.cad, FTX)
|
Message is in Reply To:
| | Mesh Enhancer
|
| Hello all. I was wondering if anyone could point me towards a copy of Mesh Enhancer. All links on LDraw are obsolete and broken. I have a 2x2 dome dat in serious need of smoothing, and a rendering looking worse for wear. Any help appreciated. Cheers (...) (15 years ago, 16-Jun-09, to lugnet.cad)
|
10 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|