POV-Ray : Newsgroups : povray.bugreports : trace and no_image Server Time
14 May 2024 14:09:51 EDT (-0400)
  trace and no_image (Message 1 to 1 of 1)  
From: Rune
Subject: trace and no_image
Date: 17 Sep 2003 07:25:21
Message: <3f6844a1@news.povray.org>
Sometimes the no_image flag prevents the trace() function
from detecting an object, and sometimes it does not.
The behavior is very inconsistent, and must be a bug.
The minimal scene below demonstrates the problem.


// single sphere with no_image is detected by trace
//#declare Object = sphere {0, 1.0 no_image}

// sphere with no_image inside union is not!
#declare Object = union {sphere {0, 1.0 no_image} sphere {0, 0.5}}

#declare N = <0,0,0>;
#declare P = trace(Object,5*y,-y,N);
#debug concat("\n\nP: <",vstr(3,P,",",4,2),">   N:
<",vstr(3,N,",",4,2),">\n\n")


Tested on the following:

POV-Ray for Windows, Win98, AthlonXP 1700+, 256 MB RAM

POV-Ray for Windows, Win2000, AthlonXP 2.400+, 768 MB RAM

Rune
--
3D images and anims, include files, tutorials and more:
rune|vision:  http://runevision.com **updated Jul 25**
POV-Ray Ring: http://webring.povray.co.uk


Post a reply to this message

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