POV-Ray : Newsgroups : povray.beta-test.binaries : sphere_sweep bug Server Time
16 May 2024 09:30:51 EDT (-0400)
  sphere_sweep bug (Message 1 to 2 of 2)  
From: Alberto
Subject: sphere_sweep bug
Date: 29 Oct 2001 19:45:25
Message: <3BDDF8FB.E69C4E54@usb.ve>
Here is the code and the image.

Mac OS 8.1 POV-Ray Beta 6 CarbonLib 1.0.3 
Regards, Alberto.

//unexpected shape

#default{pigment{rgb 1}}

camera{location <0,.1,-20> look_at 0 angle 60}
light_source{<0,.1,-20>  rgb 1 shadowless}
background{rgb<.9,.9,.95>}

sphere_sweep {
 catmull_rom_spline
  6,
  <-4, -5, 0>, 1
  <-5, -5, 0>, 1
  <-5,  5, 0>, 1
  < 5, -5, 0>, 1
  < 5,  5, 0>, 1
  < 4,  5, 0>, 1
  tolerance 1e-6 //.1
 }


Post a reply to this message


Attachments:
Download 'bugsrep.jpg' (8 KB)

Preview of image 'bugsrep.jpg'
bugsrep.jpg


 

From: ingo
Subject: Re: sphere_sweep bug
Date: 30 Oct 2001 08:38:45
Message: <Xns914A94FCB79B3seed7@povray.org>
in news:3BDDF8FB.E69C4E54@usb.ve Alberto wrote:

> Mac OS 8.1 POV-Ray Beta 6 CarbonLib 1.0.3 
> Regards, Alberto.
> 
> //unexpected shape
> 

I can not reproduce this.
PII 233 192MB POV-Ray 3.5-b7

Ingo

-- 
Photography: http://members.home.nl/ingoogni/
Pov-Ray    : http://members.home.nl/seed7/


Post a reply to this message

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