POV-Ray : Newsgroups : povray.beta-test : crash in scenefile Server Time
30 Jul 2024 14:16:49 EDT (-0400)
  crash in scenefile (Message 1 to 3 of 3)  
From: Jan Walzer
Subject: crash in scenefile
Date: 31 Oct 2001 08:35:52
Message: <3bdffe38@news.povray.org>
scenes/textures/patterns/crackle3.pov
crashes on my machine..
I've not looked deeper into this...

Athlon1.3GHz, 384MB, W2Km POV3.5B7

--
Jan Walzer <jan### [at] lzernet>


Post a reply to this message

From:
Subject: Re: crash in scenefile
Date: 31 Oct 2001 08:57:52
Message: <h800utcc08gjglmr9fgn8j9plkf8guae6r@4ax.com>
On Wed, 31 Oct 2001 14:36:28 +0100, "Jan Walzer" <jan### [at] lzernet>
wrote:

> scenes/textures/patterns/crackle3.pov
> crashes on my machine..
> I've not looked deeper into this...
>
> Athlon1.3GHz, 384MB, W2Km POV3.5B7

I can confirm

PII 233, 128 MB, NT4 POV3.5b7

I found that it works fine where only one of last five lines (macro
calling) are active. It also works fine when declaration of fn_Crack
is outside of macro (with Offs replaced with value. Therefore I think
it it bug with redeclared function (I know it is noted as fixed).

ABX
--
#declare _=function(a,b,x){((a^2)+(b^2))^.5-x}#default {pigment{color rgb 1}}
union{plane{y,-3}plane{-x,-3}finish{reflection 1 ambient 0}}isosurface{ //ABX
function{_(x-2,y,1)|_((x+y)*.7,z,.1)|_((x+y+2)*.7,z,.1)|_(x/2+y*.8+1.5,z,.1)}
contained_by{box{<0,-3,-.1>,<3,0,.1>}}translate z*15finish{ambient 1}}//POV35


Post a reply to this message

From:
Subject: Re: crash in scenefile
Date: 31 Oct 2001 09:09:50
Message: <7f10ut8s3mennqkvujmi8okpv4lbpfrjb2@4ax.com>

<abx### [at] babilonorg> wrote:

> It also works fine when declaration of fn_Crack
> is outside of macro (with Offs replaced with value. Therefore I think
> it it bug with redeclared function (I know it is noted as fixed).

It also works fine when #declare fn_Crack is replaced with #local

ABX
--
#declare _=function(a,b,x){((a^2)+(b^2))^.5-x}#default {pigment{color rgb 1}}
union{plane{y,-3}plane{-x,-3}finish{reflection 1 ambient 0}}isosurface{ //ABX
function{_(x-2,y,1)|_((x+y)*.7,z,.1)|_((x+y+2)*.7,z,.1)|_(x/2+y*.8+1.5,z,.1)}
contained_by{box{<0,-3,-.1>,<3,0,.1>}}translate z*15finish{ambient 1}}//POV35


Post a reply to this message

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