POV-Ray : Newsgroups : povray.binaries.images : Flat Wire Server Time
16 Aug 2024 10:25:59 EDT (-0400)
  Flat Wire (Message 1 to 10 of 20)  
Goto Latest 10 Messages Next 10 Messages >>>
From: Shay
Subject: Flat Wire
Date: 1 Apr 2002 13:43:04
Message: <3ca8aa38@news.povray.org>
I think it was JRG who mentioned something about flat wire in pov.general. I
though I would give it a try. Here is a test.

 -Shay


Post a reply to this message


Attachments:
Download 'Flat_WireJPG.jpg' (14 KB)

Preview of image 'Flat_WireJPG.jpg'
Flat_WireJPG.jpg


 

From: Shay
Subject: Forgot to ask in my post.
Date: 1 Apr 2002 13:59:49
Message: <3ca8ae25$1@news.povray.org>
Is this something that looks at all useful? Would spline extrusions of other
primitives be useful to any of you?

 -Shay

Shay <sah### [at] simcopartscom> wrote in message news:3ca8aa38@news.povray.org...


Post a reply to this message

From: Hugo
Subject: Re: Flat Wire
Date: 1 Apr 2002 14:23:02
Message: <3ca8b396@news.povray.org>
Me likes!  :o)  Looks like tape that you use for a present. :o)

I have a macro that takes a user defined object and sweeps it along a path,
but it was made for Y sweeps and I don't think it works in all directions..
I thought maybe you would like to see it, so I attached it to this mail..
The macro is some years old, made for me by a guy named Thomas -
unfortunately I forgot his full name, but I still use this macro.

Regards,
Hugo


Post a reply to this message


Attachments:
Download 'Segment.inc.txt' (3 KB)

From: Shay
Subject: Re: Flat Wire
Date: 1 Apr 2002 14:41:23
Message: <3ca8b7e3@news.povray.org>
Hugo <hua### [at] post3teledk> wrote in message news:3ca8b396@news.povray.org...

> Me likes!  :o)  Looks like tape that you use for a present. :o)
>

Thank you.

> I have a macro that takes a user defined object and sweeps it along a
path,
> but it was made for Y sweeps and I don't think it works in all
directions..

What input is needed for this macro?
A quick look gives me the impression that this macro functions by creating
multiple copies of an object. If this is the case, I'll bet the render time
is Hell!

What I did for the ribbon is just make a mesh approximation of a tall,
skinny box extruded along a spline. The same could easily be done for any
primitive or prism. I'm sure that there are some really useful applications
for this, but I'm using my work brain and cannot think of any at the moment.

 -Shay


Post a reply to this message

From: Hugo
Subject: Re: Flat Wire
Date: 1 Apr 2002 15:29:07
Message: <3ca8c313@news.povray.org>
> What input is needed for this macro?

A declared object, where the Y size does not exceed  -1*y  to  1*y  and a
stream of numbers defining the path to travel. The object will be scaled in
the Y direction to fit the distance between steps in the path.

> A quick look gives me the impression that this macro functions by creating
> multiple copies of an object. If this is the case, I'll bet the render
time
> is Hell!

It copies the object once for each segment, yes, but the render time is
actually very fast (at least if the object is made of primitives)

> I'm sure that there are some really useful applications for this

Yeah, it seems to output a perfect mesh, and I must say you've won over
sphere_sweeps!  :o)


Regards,
Hugo


Post a reply to this message

From: Ville Koskinen
Subject: Re: Forgot to ask in my post.
Date: 2 Apr 2002 00:37:05
Message: <3CA94381.2DE1D5BC@mappi.helsinki.fi>
Shay wrote:
> 
> Is this something that looks at all useful? Would spline extrusions of > other
primitives be useful to any of you?

Well, yes. I was trying to recreate this:
http://www.imagenetion3.hpg.ig.com.br/jjbinks/mcescher/pages/Knots.jpg

If you're interested, see also
http://www.unca.edu/~mcmcclur/java/LiveMathematica/trefoil.html .

Regards,
Ville Koskinen


Post a reply to this message

From: Shay
Subject: Re: Forgot to ask in my post.
Date: 2 Apr 2002 09:41:06
Message: <3ca9c302@news.povray.org>
Ville Koskinen <v_k_o_s_k_i_n_e_@mappi.helsinki.fi> wrote in message
news:3CA94381.2DE1D5BC@mappi.helsinki.fi...
>
> Well, yes. I was trying to recreate this:
> http://www.imagenetion3.hpg.ig.com.br/jjbinks/mcescher/pages/Knots.jpg
>
Any of those three would be very simple to create and take only a few
seconds to render. The largest would be easiest with my Partial_Mesh macro,
which I unfortunately have not yet written. The smallest could be coded in
just a few seconds with my Cheap_Sweep macro.

I don't have any code to post for the extrusion macro yet, because I just
made the example by taking apart and mis-using some of my other macros. I
will work on putting it together after I clean up and post my Cheap_Sweep
code.


> If you're interested, see also
> http://www.unca.edu/~mcmcclur/java/LiveMathematica/trefoil.html .
>

Thanks for posting the math. I'm going to try this shape sometime this week,
and knowing the formula beforehand will save me a lot of work.

 -Shay


Post a reply to this message

From: Shay
Subject: Re: Forgot to ask in my post.
Date: 2 Apr 2002 10:41:50
Message: <3ca9d13e@news.povray.org>
Shay <sah### [at] simcopartscom> wrote in message news:3ca9c302@news.povray.org...
> >
> The smallest could be coded in
> just a few seconds with my Cheap_Sweep macro.
>

Well, maybe just over a few seconds. I timed myself at 1:06, but in defense
of my earlier time estimate, I was on the telephone and am a slow typist.
Anyway, this does not take away from the fact that the macro is VERY easy to
use.

p.s. 1:26 does not include going back and rotating the shape y*90 to
face -z.

 -Shay


Post a reply to this message


Attachments:
Download 'Cheap_KnotJPG.jpg' (8 KB)

Preview of image 'Cheap_KnotJPG.jpg'
Cheap_KnotJPG.jpg


 

From: Fernando Gonzalez del Cueto
Subject: Re: Flat Wire
Date: 2 Apr 2002 12:13:50
Message: <3ca9e6ce@news.povray.org>
I like it a lot. Perhaps giving the lace a "fabric" texture would add more
realism?

Congratulations,

Fernando.

"Shay" <sah### [at] simcopartscom> wrote in message
news:3ca8aa38@news.povray.org...
> I think it was JRG who mentioned something about flat wire in pov.general.
I
> though I would give it a try. Here is a test.
>
>  -Shay
>
>
>


Post a reply to this message

From: JRG
Subject: Re: Flat Wire
Date: 2 Apr 2002 13:31:26
Message: <3ca9f8fe@news.povray.org>
Very nice. Looks like the skin of some fruit.
You used cylinders, didn't you?

--
Jonathan.

Home: http://digilander.iol.it/jrgpov

"Shay" <sah### [at] simcopartscom> ha scritto nel messaggio news:3ca8aa38@news.povray.org...
> I think it was JRG who mentioned something about flat wire in pov.general. I
> though I would give it a try. Here is a test.
>
>  -Shay
>
>
>


Post a reply to this message

Goto Latest 10 Messages Next 10 Messages >>>

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.