POV-Ray : Newsgroups : povray.beta-test : sphere_sweep (problems, again and again) Server Time
30 Jun 2024 13:20:24 EDT (-0400)
  sphere_sweep (problems, again and again) (Message 1 to 3 of 3)  
From: a yu 
Subject: sphere_sweep (problems, again and again)
Date: 23 Mar 2010 15:20:01
Message: <web.4ba914139ed5c41e66d05d110@news.povray.org>
Sorry, if it is well known limitation, but povray 3.7 beta 36 reproduces
sphere_sweep problems of 3.6 and 3.5 (Windows 32). E.g. only one example:

----------------------------------------------------------
//-w640 -h480 +fn +am2 +a0.1

background {color <1,1,1>}

light_source{ <200,500,-1000> color <1,1,1>}

camera{
    location <0,2, -15>
    look_at <0,0.5,0>
    angle 8
   }



sphere_sweep {
  cubic_spline
  6,
  <0,-0.5,0>, 0.02,
  <0,0,0>, 0.02,
  <-0.05,0.5,0>, 0.02,
  <-0.1,1.075,0>, 0.03,
  <0.25,1,0>, 0.04,
  <0.3,1.5,0>, 0.035
  tolerance 1.0e-4
  rotate 72*y
  texture{pigment{rgb <0,1,0>}}
 }

-------------------------------------------------------------------
Alexander


Post a reply to this message

From: Alain
Subject: Re: sphere_sweep (problems, again and again)
Date: 23 Mar 2010 15:41:39
Message: <4ba91973@news.povray.org>

> Sorry, if it is well known limitation, but povray 3.7 beta 36 reproduces
> sphere_sweep problems of 3.6 and 3.5 (Windows 32). E.g. only one example:
>

Well known naging bug with sphere_sweep. Don't seems to be the highest 
priority one.


Alain


Post a reply to this message

From: clipka
Subject: Re: sphere_sweep (problems, again and again)
Date: 23 Mar 2010 16:53:38
Message: <4ba92a52@news.povray.org>
Alain schrieb:

> Well known naging bug with sphere_sweep. Don't seems to be the highest 
> priority one.

Chris Cason has put himself in charge for the problem by now (see bug 
report FS#81), indicating that at least he does consider it an important 
issue.


Post a reply to this message

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