POV-Ray : Newsgroups : povray.binaries.images : Starr Rose (spherical product realization) (48 k ) Server Time
12 Aug 2024 03:28:18 EDT (-0400)
  Starr Rose (spherical product realization) (48 k ) (Message 1 to 8 of 8)  
From: Dave Matthews
Subject: Starr Rose (spherical product realization) (48 k )
Date: 28 Oct 2003 17:06:51
Message: <3f9ee87b@news.povray.org>
The "flower power" thread on povray-general wandered into the area of 
"Starr Roses"

http://news.povray.org/povray.general/33515/

Mike Williams came up with a very nice "dahlia" based on one method of 
extending this object to 3-D:

http://news.povray.org/povray.general/33515/?mtop=235716&moff=18

But I'm still fixated on "spherical products" as a method of extending 
2D parametric equations (see 
http://news.povray.org/povray.binaries.images/32476/ ).

So, here is a spherical product of the quasi-polar Starr rose (with A = 
10, B = 30, C = 30) and the polar function R = sin (10 T ).

(That is, in Ingo's param.inc ready form:

F1 = function(u,v) {(2 + sin(A*u)/2)*cos(u + sin(B*u)/C)*sin(10*v)*cos(v) }

F2 = function(u,v){sin(10*v)*sin(v)}

F3 = function(u,v) {(2 + sin(A*u)/2)*sin(u + sin(B*u)/C)*sin(10*v)*cos(v) }

object { Parametric(
       F1, F2, F3,
       <-0.0001, -0.0001>, <2*pi + 0.0001, 2*pi + 0.0001>,
       200,200,"SomeFile.inc"
    )
[insert object characteristics] } )

Other spherical products make likewise interesting flowers.

Dave Matthews


Post a reply to this message


Attachments:
Download 'starrrosesphereproduct01.jpg' (45 KB)

Preview of image 'starrrosesphereproduct01.jpg'
starrrosesphereproduct01.jpg


 

From: Aaron Gillies
Subject: Re: Starr Rose (spherical product realization) (48 k )
Date: 28 Oct 2003 20:14:19
Message: <3f9f146b$1@news.povray.org>
Awesome image!

A pity that I understand nothing of the math involved.


Post a reply to this message

From: Anthony D  Baye
Subject: Re: Starr Rose (spherical product realization) (48 k )
Date: 29 Oct 2003 17:31:07
Message: <3FA03FAA.B5A1C38A@Rapidnet.com>
Now if Only a person could stagger the petals or something similar, so that
they wouldn't line up like that, it would be pretty close to what I needed.

A.D.B

Dave Matthews wrote:

> The "flower power" thread on povray-general wandered into the area of
> "Starr Roses"
>
> http://news.povray.org/povray.general/33515/
>
> Mike Williams came up with a very nice "dahlia" based on one method of
> extending this object to 3-D:
>
> http://news.povray.org/povray.general/33515/?mtop=235716&moff=18
>
> But I'm still fixated on "spherical products" as a method of extending
> 2D parametric equations (see
> http://news.povray.org/povray.binaries.images/32476/ ).
>
> So, here is a spherical product of the quasi-polar Starr rose (with A =
> 10, B = 30, C = 30) and the polar function R = sin (10 T ).
>
> (That is, in Ingo's param.inc ready form:
>
> F1 = function(u,v) {(2 + sin(A*u)/2)*cos(u + sin(B*u)/C)*sin(10*v)*cos(v) }
>
> F2 = function(u,v){sin(10*v)*sin(v)}
>
> F3 = function(u,v) {(2 + sin(A*u)/2)*sin(u + sin(B*u)/C)*sin(10*v)*cos(v) }
>
> object { Parametric(
>        F1, F2, F3,
>        <-0.0001, -0.0001>, <2*pi + 0.0001, 2*pi + 0.0001>,
>        200,200,"SomeFile.inc"
>     )
> [insert object characteristics] } )
>
> Other spherical products make likewise interesting flowers.
>
> Dave Matthews
>
>   ------------------------------------------------------------------------
>  [Image]


Post a reply to this message

From: Dave Matthews
Subject: Re: Starr Rose (spherical product realization) (48 k )
Date: 30 Oct 2003 08:10:01
Message: <web.3fa10c8de5932df88062416c0@news.povray.org>
Anthony D. Baye wrote:
>Now if Only a person could stagger the petals or something similar, so that
>they wouldn't line up like that, it would be pretty close to what I needed.
>
>A.D.B

I've been puzzling over that, myself.  I'll let you know if I come up with
something.

Dave Matthews


Post a reply to this message

From: Darren Hewson
Subject: Re: Starr Rose (spherical product realization) - flowers (107 k )
Date: 31 Oct 2003 06:26:43
Message: <3fa246f3@news.povray.org>
I spent a few hours this morning playing with this, even though I understand
zero about the math I had fun.

Thanks for another technique to add to the collection.

Results attached

Cheers

"Dave Matthews" <dma### [at] wrmnwestmnscuedu> wrote in message
news:web.3fa10c8de5932df88062416c0@news.povray.org...
> Anthony D. Baye wrote:
> >Now if Only a person could stagger the petals or something similar, so
that
> >they wouldn't line up like that, it would be pretty close to what I
needed.
> >
> >A.D.B
>
> I've been puzzling over that, myself.  I'll let you know if I come up with
> something.
>
> Dave Matthews
>


Post a reply to this message


Attachments:
Download 'Flower.jpg' (108 KB)

Preview of image 'Flower.jpg'
Flower.jpg


 

From: Dave Matthews
Subject: Re: Starr Rose (spherical product realization) - flowers (107 k )
Date: 31 Oct 2003 08:10:00
Message: <web.3fa25ea75cfd491e8062416c0@news.povray.org>
Darren Hewson wrote:
>I spent a few hours this morning playing with this, even though I understand
>zero about the math I had fun.
>
>Thanks for another technique to add to the collection.
>
>Results attached
>
>Cheers
>

Wow.  Those are better than anything I could come up with!  Details, please!

Dave Matthews


Post a reply to this message

From: Darren Hewson
Subject: Re: Starr Rose (spherical product realization) - flowers (107 k )
Date: 31 Oct 2003 14:36:25
Message: <3fa2b9b9$1@news.povray.org>
Well, I cheated a little, three of them are multiple copies of the mesh just
rotated and scaled to give extra petals (the red flower top right is three
copies of your original each rotated and scaled slightly), one of them is
two different meshes csg'd together. I did use different values of A, B and
C for three of the flowers, though there is probably a lot more exploring to
be done (like I said I know diddly about the math) and maybe you can get a
lot of different flowers this way.

I can post the surce if you want it.

Cheers

"Dave Matthews" <dma### [at] wrmnwestmnscuedu> wrote in message
news:web.3fa25ea75cfd491e8062416c0@news.povray.org...
> Darren Hewson wrote:
> >I spent a few hours this morning playing with this, even though I
understand
> >zero about the math I had fun.
> >
> >Thanks for another technique to add to the collection.
> >
> >Results attached
> >
> >Cheers
> >
>
> Wow.  Those are better than anything I could come up with!  Details,
please!
>
> Dave Matthews
>
>
>


Post a reply to this message

From: Dave Matthews
Subject: Re: Starr Rose (spherical product realization) - flowers (107 k )
Date: 31 Oct 2003 15:09:49
Message: <3fa2c18d@news.povray.org>
Darren Hewson wrote:

> Well, I cheated a little, three of them are multiple copies of the mesh just
> rotated and scaled to give extra petals (the red flower top right is three
> copies of your original each rotated and scaled slightly), one of them is
> two different meshes csg'd together. I did use different values of A, B and
> C for three of the flowers, though there is probably a lot more exploring to
> be done (like I said I know diddly about the math) and maybe you can get a
> lot of different flowers this way.
> 
> I can post the surce if you want it.
> 

Of course, now I see it.  Thanks.  I've been going crazy trying to do 
this by changing A, B, and C, and adding a "+sin(D*v)/E" or whatever in 
just about every conceivable place and combination.  (Mike Williams has 
some great pointers on how to modify and combine functions in his 
isosurface tutorial, but none of them were quite getting what you had.) 
  As you say, I did come up with some interesting other "flowers," but 
nothing very realistic.  Simple solutions usually elude me (as do 
difficult ones, but I don't mind those so much.)

Thanks again

Dave Matthews


Post a reply to this message

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