|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi,
This is a test sample for an extrusion macro (or at least a macro template).
Here it is a cross-shape which is extruded along a path around a torus.
Not shown here, the amcro allows the shape to vary in size according to the
path geometrical properties.
Comments ?
pgb
Post a reply to this message
Attachments:
Download 'ExtrusionSample.jpg' (18 KB)
Preview of image 'ExtrusionSample.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3f7e85e9@news.povray.org>,
"Philippe_Gibone" <Ph.### [at] wanadoofr> wrote:
> Hi,
> This is a test sample for an extrusion macro (or at least a macro template).
> Here it is a cross-shape which is extruded along a path around a torus.
> Not shown here, the amcro allows the shape to vary in size according to the
> path geometrical properties.
>
> Comments ?
>
> pgb
>
>
> begin 666 ExtrusionSample.jpg
> [Image]
>
> end
>
That's nice ! Does your macro create copies of your initiale shape all
along the path, or is it a way to calculate the shape of the final
object ?
--
"Je ne deteste que les bourreaux" -- Albert Camus
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> That's nice ! Does your macro create copies of your initiale shape all
> along the path, or is it a way to calculate the shape of the final
> object ?
>
The extruded shape is a 2D shape, the macro creates a mesh2 using the points
on the moved shape, so I would say it is a way to calculate the shape of the
final object
But I will have an other answer in a few days (or weeks) because I want to
use the same macro (90% of it anyway) to move an object along a path, not to
create an other object like solid sweeps would, but for instance to place an
object (people) at the right place, with the right orientation at different
time of a walk along a path (don't know if i'm clear, my english is very
lousy)
pgb
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Philippe_Gibone" <Ph.### [at] wanadoofr> wrote in
news:3f7e8b76@news.povray.org:
> [...]
> The extruded shape is a 2D shape, the macro creates a mesh2 using the
> points on the moved shape, so I would say it is a way to calculate the
> shape of the final object
Wow, impressive, I like it a lot.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Interesting tool.
I even suppose that render times are quite good, especially if you save
the generated mesh.
JC
Philippe_Gibone wrote:
> Hi,
> This is a test sample for an extrusion macro (or at least a macro template).
> Here it is a cross-shape which is extruded along a path around a torus.
> Not shown here, the amcro allows the shape to vary in size according to the
> path geometrical properties.
>
> Comments ?
>
> pgb
>
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Sat, 4 Oct 2003 10:34:17 +0200, "Philippe_Gibone" <Ph.### [at] wanadoofr>
wrote:
> Here it is a cross-shape which is extruded along a path around a torus.
For those interested, there is similar macro in isocsg library for making such
isosurface for further displacements. Here is a link to the manual:
http://www-public.tu-bs.de/~y0013390/pov/ic/docu02.html#Shaped_Torus
IC_Shaped_Torus_Spline() is also under development (but delayed 'a little')
http://news.povray.org/povray.binaries.animations/32078/227007/isotorspline.mpg
ABX
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
The mesh is not saved, but no problem with rendering time, even with my old
P2 at 450 Mhz, for the image you've seen, the parsing time which includes
the generation time is 37sec for 5000 vertices.
pgb
news:3f811092$1@news.povray.org...
> Interesting tool.
> I even suppose that render times are quite good, especially if you save
> the generated mesh.
>
> JC
>
> Philippe_Gibone wrote:
> > Hi,
> > This is a test sample for an extrusion macro (or at least a macro
template).
> > Here it is a cross-shape which is extruded along a path around a torus.
> > Not shown here, the amcro allows the shape to vary in size according to
the
> > path geometrical properties.
> >
> > Comments ?
> >
> > pgb
> >
> >
> >
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> For those interested, there is similar macro in isocsg library for making
such
> isosurface for further displacements. Here is a link to the manual:
> http://www-public.tu-bs.de/~y0013390/pov/ic/docu02.html#Shaped_Torus
Not similar at all, the extrusion is not along a circle, but along a path
cycling around a torus, and it is only as a sample of a more general macro.
> IC_Shaped_Torus_Spline() is also under development (but delayed 'a
little')
>
http://news.povray.org/povray.binaries.animations/32078/227007/isotorspline.mpg
This one may be quite similar
pgb
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |