POV-Ray : Newsgroups : povray.beta-test : Note Warp: Supercone bug : Note Warp: Supercone bug Server Time
30 Jul 2024 16:23:56 EDT (-0400)
  Note Warp: Supercone bug  
From: Rune
Date: 19 Oct 2001 16:23:25
Message: <3bd08bbd@news.povray.org>
There seem to be a problem with the Supercone object from shapes.inc. The z
component of the input vectors are not handled correctly somehow.

#include "shapes.inc"
camera {location 5*x look_at 0}
background {color <0.4,0.8,1.0>}
light_source {<3,2,1>*1000, color 1}
object{
   Supercone(0, 2.0,1.0, -z, 1.5,0.5)
   //     plus and minus ^ give equal result!
   pigment {color rgb 1}
}

Rune
--
3D images and anims, include files, tutorials and more:
Rune's World:    http://rsj.mobilixnet.dk (updated June 26)
POV-Ray Users:   http://rsj.mobilixnet.dk/povrayusers/
POV-Ray Webring: http://webring.povray.co.uk


Post a reply to this message

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