|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
anybnody knows? ;-)
Regards
Disnel
Post a reply to this message
|
|
| |
| |
|
|
From: Warp
Subject: Re: Why trace don't work with method 2 isosurfaces
Date: 17 Aug 2001 09:37:03
Message: <3b7d1dff@news.povray.org>
|
|
|
| |
| |
|
|
Disnel <dis### [at] hlavacek-partnercz> wrote:
: anybnody knows? ;-)
I don't know the exact reason, but it just doesn't work and I have the
impression that nobody developing the code even cares. The method is anyways
obsolete in pov3.5, so the problem will disappear by itself.
--
#macro N(D,I)#if(I<6)cylinder{M()#local D[I]=div(D[I],104);M().5,2pigment{
rgb M()}}N(D,(D[I]>99?I:I+1))#end#end#macro M()<mod(D[I],13)-6,mod(div(D[I
],13),8)-3,10>#end blob{N(array[6]{11117333955,
7382340,3358,3900569407,970,4254934330},0)}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 17 Aug 2001 09:37:03 -0400, Warp wrote:
>Disnel <dis### [at] hlavacek-partnercz> wrote:
>: anybnody knows? ;-)
>
> I don't know the exact reason, but it just doesn't work and I have the
>impression that nobody developing the code even cares. The method is anyways
>obsolete in pov3.5, so the problem will disappear by itself.
I would normally care, were it not for that "obsolete in 3.5" thing.
--
plane{-z,-3normal{crackle scale.2#local a=5;#while(a)warp{repeat x flip x}rotate
z*60#local a=a-1;#end translate-9*x}pigment{rgb 1}}light_source{-9red 1rotate 60
*z}light_source{-9rgb y rotate-z*60}light_source{9-z*18rgb z}text{ttf"arial.ttf"
"RP".01,0translate-<.6,.4,.02>pigment{bozo}}light_source{-z*3rgb-.2}//Ron Parker
Post a reply to this message
|
|
| |
| |
|
|
From: Warp
Subject: Re: Why trace don't work with method 2 isosurfaces
Date: 17 Aug 2001 10:12:17
Message: <3b7d2640@news.povray.org>
|
|
|
| |
| |
|
|
Ron Parker <ron### [at] povrayorg> wrote:
:> I don't know the exact reason, but it just doesn't work and I have the
:>impression that nobody developing the code even cares. The method is anyways
:>obsolete in pov3.5, so the problem will disappear by itself.
: I would normally care, were it not for that "obsolete in 3.5" thing.
I should have used a ':' instead of a '.' after the word 'cares' for
clarity, because that's what I meant :)
--
#macro N(D,I)#if(I<6)cylinder{M()#local D[I]=div(D[I],104);M().5,2pigment{
rgb M()}}N(D,(D[I]>99?I:I+1))#end#end#macro M()<mod(D[I],13)-6,mod(div(D[I
],13),8)-3,10>#end blob{N(array[6]{11117333955,
7382340,3358,3900569407,970,4254934330},0)}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3B7### [at] hlavacek-partnercz>,
Disnel <dis### [at] hlavacek-partnercz> wrote:
> anybnody knows? ;-)
My guess is that the isosurface code relies on some global variables
that aren't initialized until parsing is done...
--
Christopher James Huff - chr### [at] maccom, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tagpovrayorg, http://tag.povray.org/
<><
Post a reply to this message
|
|
| |
| |
|
|
From: JRG
Subject: Re: Why trace don't work with method 2 isosurfaces
Date: 18 Aug 2001 05:35:42
Message: <3b7e36ee@news.povray.org>
|
|
|
| |
| |
|
|
This also explains why if you render the iso without the trace code, and
then add the trace code it works!
"Chris Huff" <chr### [at] maccom> ha scritto nel messaggio
news:chr### [at] netplexaussieorg...
> In article <3B7### [at] hlavacek-partnercz>,
> Disnel <dis### [at] hlavacek-partnercz> wrote:
>
> > anybnody knows? ;-)
>
> My guess is that the isosurface code relies on some global variables
> that aren't initialized until parsing is done...
>
> --
> Christopher James Huff - chr### [at] maccom,
http://homepage.mac.com/chrishuff/
> TAG: chr### [at] tagpovrayorg, http://tag.povray.org/
>
> <><
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|