|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Is there some way to know which new functions replace which old functions?
For example I see that func_10 is now called f_spikes_2d. Does a list exist
for such conversions? (Go ahead and scream if I missed it in the docs...)
thanks,
.d
--
dhm### [at] mediaonenet
www.casdn.neu.edu/~dmiller
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Dennis Milller <dhm### [at] mediaonenet> wrote:
: Is there some way to know which new functions replace which old functions?
"Old functions"? There are no "old functions" in POV-Ray.
If you meant "how to convert MegaPov functions to POV-Ray 3.5 functions",
I think that instructions are being written for that.
--
#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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thanks. I'm trying to find out which functions in 3.5 replicate the numbered
functions in MegaPov (func_10, etc.)
I wonder if they have all been renamed...
Best,
D.
"Warp" <war### [at] tagpovrayorg> wrote in message
news:3b989aea@news.povray.org...
> Dennis Milller <dhm### [at] mediaonenet> wrote:
> : Is there some way to know which new functions replace which old
functions?
>
> "Old functions"? There are no "old functions" in POV-Ray.
>
> If you meant "how to convert MegaPov functions to POV-Ray 3.5
functions",
> I think that instructions are being written for that.
>
> --
> #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 <3b98ac51$1@news.povray.org> , "Dennis Milller"
<dhm### [at] mediaonenet> wrote:
> Thanks. I'm trying to find out which functions in 3.5 replicate the numbered
> functions in MegaPov (func_10, etc.)
> I wonder if they have all been renamed...
That actually had been renamed in MegaPOV 0.7 already and AFAIK the MegaPOV
docs have a list of the number to name changes.
Thorsten
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|