POV-Ray : Newsgroups : povray.beta-test : Parser Statistics anomaly : Parser Statistics anomaly Server Time
17 May 2024 06:03:29 EDT (-0400)
  Parser Statistics anomaly  
From: James Holsenback
Date: 6 Dec 2012 10:53:18
Message: <50c0bf6e$1@news.povray.org>
Simple scene:
---
#version 3.7;

camera{ location <0,2,-10> look_at <0,0,0> right 
x*image_width/image_height direction z*1 }
light_source{ <0,5,-10>,1 rotate y*45 }

global_settings {
	assumed_gamma 1.0
	}

#include "colors.inc"

#declare SkyDome =
sphere{0, 1 hollow
	texture {
   	pigment { srgb 1 }
		finish {
			ambient 0
			diffuse 0.6
			}
		}
	}

object { SkyDome rotate x*0 rotate y*0	scale 5000}
---

noticed an oddity with the infinite/finite object count reporting ... 
play with scale of the SkyDome object ... as is it's calling the object 
Infinite?


Post a reply to this message

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