"Buke9" <buk### [at] igloucom> escreveu na mensagem
news:3bbf76fe$1@news.povray.org...
> I was wondering if anyone knows how to make a spherical iso mesh?> What it is for is the tweeter cover of my Hafler M5 reference monitors.> Thanks,> Buke
An easy way to do that would be to:
1) describe your sphere with parametric equations:
x = sin(u)*sin(v)
y = cos(u)*sin(v)
z = cos(v)
2) feed the result into Ingo Janssen's "param.inc"
3) The resultin Surface object can be saved into a file, and the contents
are a mesh object.
For further information, refer to the following addresses:
http://www.econym.demon.co.uk/isotut/parametric.htm
http://www.econym.demon.co.uk/isotut/param.htm
Hope it helps. Have fun.
Ruy
I think I wasn't clear I need a mesh1 function in spherical form.
"Ruy" <ruy### [at] hipernetcombr> wrote in message
news:3bbfc476@news.povray.org...
> "Buke9" <buk### [at] igloucom> escreveu na mensagem> news:3bbf76fe$1@news.povray.org...> > I was wondering if anyone knows how to make a spherical iso mesh?> > What it is for is the tweeter cover of my Hafler M5 reference monitors.> > Thanks,> > Buke>> An easy way to do that would be to:>> 1) describe your sphere with parametric equations:>> x = sin(u)*sin(v)> y = cos(u)*sin(v)> z = cos(v)>> 2) feed the result into Ingo Janssen's "param.inc">> 3) The resultin Surface object can be saved into a file, and the contents> are a mesh object.>> For further information, refer to the following addresses:>> http://www.econym.demon.co.uk/isotut/parametric.htm> http://www.econym.demon.co.uk/isotut/param.htm>> Hope it helps. Have fun.>> Ruy>>>