|
|
When playing around a scene, by mistake I hit the "run" button while an
include file was active. Instead of issuing the usual error message
"Scene does not contain any object or glows!", it only issued a warning
and rendered it!!!!
It even did the radiosity pretrace steps although there's no rad block
in the .inc (obviously!)
This is reproducible at will.
Is this a new behaviour or a bug?
Here's a bit of the output:
----------------------------------------------------------------------------
Warning: No objects in scene.
Scene contains 0 frame level objects; 0 infinite.
Statistics for C:\Program Files\POV-Ray for Windows
v3.1\Projets\Contraste\tiananmen.inc, Resolution 800 x 600
----------------------------------------------------------------------------
Pixels: 480800 Samples: 480800 Smpls/Pxl: 1.00
Rays: 480800 Saved: 0 Max Level: 1/5
----------------------------------------------------------------------------
Ray->Shape Intersection Tests Succeeded Percentage
----------------------------------------------------------------------------
----------------------------------------------------------------------------
Calls to Noise: 0 Calls to DNoise: 10
----------------------------------------------------------------------------
----------------------------------------------------------------------------
Smallest Alloc: 25 bytes Largest: 16044
Peak memory used: 1844544 bytes
----------------------------------------------------------------------------
Time For Trace: 0 hours 0 minutes 2.0 seconds (2 seconds)
Total Time: 0 hours 0 minutes 2.0 seconds (2 seconds)
POV-Ray finished
----------------------------------------------------------------------------
Pov.3.5.Beta4.win32 Athlon 650MHz, Win98SE, 128MB.
--
/*Francois Labreque*/#local a=x+y;#local b=x+a;#local c=a+b;#macro P(F//
/* flabreque */L)polygon{5,F,F+z,L+z,L,F pigment{rgb 9}}#end union
/* @ */{P(0,a)P(a,b)P(b,c)P(2*a,2*b)P(2*b,b+c)P(b+c,<2,3>)
/* videotron.ca */}camera{location<6,1.25,-6>look_at a orthographic}
Post a reply to this message
|
|