POV-Ray : Newsgroups : povray.general : rose :) Server Time
5 Aug 2024 06:11:35 EDT (-0400)
  rose :) (Message 1 to 6 of 6)  
From: Rafal 'Raf256' Maj
Subject: rose :)
Date: 27 Oct 2002 18:54:20
Message: <Xns92B58EE588B6raf256com@204.213.191.226>
Hello,
i'm planing to make little un-typical "gift" for someone :P one of it's 
elements would be an rose. Any suggestions how to make it ?

Currently i'm planing :

spheres-sweep as main part, thene cones (or some more comples shapes) 
putted along main part as spikes.
Biggest proelm is with top of flower, maybe isosurface ? Any suggestions 
what formula(s) will be usefull ?

-- 
#macro g(U,V)(.4*abs(sin(9*sqrt(pow(x-U,2)+pow(y-V,2))))*pow(1-min(1,(sqrt(
pow(x-U,2)+pow(y-V,2))*.3)),2)+.9)#end#macro p(c)#if(c>1)#local l=mod(c,100
);g(2*div(l,10)-8,2*mod(l,10)-8)*p(div(c,100))#else 1#end#end light_source{
y 2}sphere{z*20 9pigment{function{p(26252423)*p(36455644)*p(66656463)}}}//M


Post a reply to this message

From: Slime
Subject: Re: rose :)
Date: 27 Oct 2002 19:51:20
Message: <3dbc8a08$1@news.povray.org>
> spheres-sweep as main part, thene cones (or some more comples shapes)
> putted along main part as spikes.
> Biggest proelm is with top of flower, maybe isosurface ? Any suggestions
> what formula(s) will be usefull ?


Your best bet is probably something like a triangle mesh or something else
that can be flat; and you should probably model it in another problem, since
rose petals are not easily modelled with primitives, especially through
scripting.

In a pinch, I imagine one could make decent tulip petals via spheres using
clipped_by...

 - Slime
[ http://www.slimeland.com/ ]


Post a reply to this message

From: Tim Nikias
Subject: Re: rose :)
Date: 28 Oct 2002 03:27:04
Message: <3dbcf4d8$1@news.povray.org>
Or some gerberas using meshes. These were
modelled in POV, using splines (my own
POV-script implemented version of bezier-splines),
sine waves overimposed on the meshes...

A little tiny bit difficult, but the gerbera was an
easy model. I've thought about modelling a rose
someday, but not now. Haven't got the time...

Look on my homepage, under "Past Projects". You
might find some clues on how to tackle your problem.

Regards,
Tim

--
Tim Nikias
Homepage: http://www.digitaltwilight.de/no_lights/index.html
Email: Tim### [at] gmxde

>
> Your best bet is probably something like a triangle mesh or something else
> that can be flat; and you should probably model it in another problem,
since
> rose petals are not easily modelled with primitives, especially through
> scripting.
>
> In a pinch, I imagine one could make decent tulip petals via spheres using
> clipped_by...


Post a reply to this message

From: chaps
Subject: Re: rose :)
Date: 28 Oct 2002 06:35:01
Message: <3dbd20e5$1@news.povray.org>
I suggest you to use Spatch, or Hamapath. they are freeware that enable you
to create bicubic patch very easily. I dont remember where you can download
the program, but I think I could find an archive on my HD.

Chaps.

"Rafal 'Raf256' Maj" <raf### [at] raf256com> wrote in message
news:Xns### [at] 204213191226...
> Hello,
> i'm planing to make little un-typical "gift" for someone :P one of it's
> elements would be an rose. Any suggestions how to make it ?
>
> Currently i'm planing :
>
> spheres-sweep as main part, thene cones (or some more comples shapes)
> putted along main part as spikes.
> Biggest proelm is with top of flower, maybe isosurface ? Any suggestions
> what formula(s) will be usefull ?
>
> --
> #macro
g(U,V)(.4*abs(sin(9*sqrt(pow(x-U,2)+pow(y-V,2))))*pow(1-min(1,(sqrt(
> pow(x-U,2)+pow(y-V,2))*.3)),2)+.9)#end#macro p(c)#if(c>1)#local
l=mod(c,100
> );g(2*div(l,10)-8,2*mod(l,10)-8)*p(div(c,100))#else 1#end#end
light_source{
> y 2}sphere{z*20
9pigment{function{p(26252423)*p(36455644)*p(66656463)}}}//M


Post a reply to this message

From: Jamie Davison
Subject: Re: rose :)
Date: 28 Oct 2002 07:24:13
Message: <MPG.18273cf322ece8d2989c06@news.povray.org>
In article <3dbd20e5$1@news.povray.org>, cha### [at] yahoocom says...
> I suggest you to use Spatch, or Hamapath. they are freeware that enable you
> to create bicubic patch very easily. I dont remember where you can download
> the program, but I think I could find an archive on my HD.

Hamapatch - http://www.geocities.com/Tokyo/Ginza/6625/soft10.html

Jamie.


Post a reply to this message

From: Txemi Jendrix
Subject: RE: rose :)
Date: 29 Oct 2002 20:08:19
Message: <3dbf3103@news.povray.org>

3dbd20e5$1@news.povray.org...
> I suggest you to use Spatch, or Hamapath. they are freeware that enable
you
> to create bicubic patch very easily. I dont remember where you can
download
> the program, but I think I could find an archive on my HD.

These links lead you to the programs download (and tutorials, and objects,
links...):
spatch: http://www.geocities.com/getspatch/index.html
hamapatch: http://www.geocities.com/hamapatch/program/index.html

This one works with meshes, but it's very useful (and also free):
anim8or: http://www.anim8or.com/

A rose model in spatch format (you can use spatch or hamapatch to open it):
http://www.geekspace.com/~rozzin/graphics/3-D/sPatch/rose/

Hope this helps

Txemi Jendrix
http://www.txemijendrix.com


Post a reply to this message

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