POV-Ray : Newsgroups : povray.binaries.images : Image for cone bug in 3.7 Server Time
7 Jul 2024 07:29:53 EDT (-0400)
  Image for cone bug in 3.7 (Message 1 to 3 of 3)  
From: Reactor
Subject: Image for cone bug in 3.7
Date: 26 Jan 2010 00:55:02
Message: <web.4b5e835f3b2c19c0b7bd161a0@news.povray.org>
Source for scene in reference to message
<web.4b5e82d8ec8705cfb7bd161a0@news.povray.org>:

/****************************************************************************
Version: POV-ray 3.6 (official)
Scene Description:  Demo scene demonstrating an issue with cones in POV-ray
    version 3.7 beta 35 (64-bit) (run under Windows XP64)
Written by: Reactor
Date: 25 Jan 2010
****************************************************************************/
#version 3.6;

cone{ <-1,1,1>, 1.0, <-1,1,-1>, 0.5 pigment{ color rgb <1,0,0> } }

cone{ < 1,1,1>, 0.5, < 1,1,-1>, 1.0 pigment{ color rgb <0,0,1> } }

// cone{ < 3,1,-1>, 1.0, < 3,1, 1>, 0.5 pigment{ color rgb <0,1,0> } }


// ground plane
plane
{
    y, 0
    pigment{ color rgb <1,1,1> }
}



light_source
{
    <100,100,-100>
    color rgb <1,1,1>
}



camera
{
    location  < 0, 6,-6>
    look_at   < 0, 2, 0>
}


//---------------------------------

The placement of the cones is different between 3.6 and 3.7 beta 35 (3.6 is
correct)


-Reactor


Post a reply to this message


Attachments:
Download 'cone_bugged_3_7_beta.png' (23 KB)

Preview of image 'cone_bugged_3_7_beta.png'
cone_bugged_3_7_beta.png


 

From: Reactor
Subject: Re: Image for cone bug in 3.7
Date: 26 Jan 2010 01:00:15
Message: <web.4b5e8441c1b1933cb7bd161a0@news.povray.org>
The correct output, same scene file.

-Reactor


Post a reply to this message


Attachments:
Download 'cone_correct_3_6_official.png' (22 KB)

Preview of image 'cone_correct_3_6_official.png'
cone_correct_3_6_official.png


 

From: Tim Attwood
Subject: Re: Image for cone bug in 3.7
Date: 1 Feb 2010 20:49:21
Message: <4b6784a1$1@news.povray.org>
> The correct output, same scene file.
There already was an emergency patch of the beta for this.


Post a reply to this message

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