POV-Ray : Newsgroups : povray.beta-test : Crash when tracing a lathe (beta3) Server Time
19 Apr 2024 01:43:55 EDT (-0400)
  Crash when tracing a lathe (beta3) (Message 1 to 2 of 2)  
From: Warp
Subject: Crash when tracing a lathe (beta3)
Date: 4 May 2005 20:23:52
Message: <42796797@news.povray.org>
This is a minimized version of scenes\language\trace-wicker.pov,
which crashes the current pov3.7beta3:

#declare BottleLathe =
  lathe
  { cubic_spline
    15,
    <0.036140,0.004819>,<0.228886,0.036140>,<0.293938,0.279482>,
    <0.106010,0.599923>,<0.055415,0.850493>,<0.103601,0.951684>,
    <0.072280,0.990234>,<0.038549,0.963731>,<0.062643,0.619197>,
    <0.277073,0.257798>,<0.185518,0.038549>,<0.014456,0.060233>,
    <0.036140,0.004819>,<0.228886,0.036140>,<0.293938,0.279482>
  }

#declare BigBottle = object { BottleLathe scale 50 }

#declare Loop=0;
#while (Loop < 25)
   #declare StartTrace = <50,Loop,0>;

   #declare FoundPoint = trace (BigBottle, StartTrace, <-1,0,0>);

   #declare Loop=Loop+.5;
#end


Post a reply to this message

From: Chris Cason
Subject: Re: Crash when tracing a lathe (beta3)
Date: 5 May 2005 09:49:53
Message: <427a2481@news.povray.org>
This is fixed.

thanks,

-- Chris


Post a reply to this message

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