POV-Ray : Newsgroups : povray.binaries.images : sor bug : Re: sor bug Server Time
4 Oct 2024 09:14:02 EDT (-0400)
  Re: sor bug  
From: Ronald Lembcke
Date: 7 Apr 1999 19:26:13
Message: <370bdb85.0@news.povray.org>
>> I think I've found a bug in sor :-(
> Can you be a little more specific about what you feel is wrong with
> the object. I can't really tell from the image what problem you see
> in it and if I knew what to look for might be able to offer a more
> informed opinion on the subject.

I'll try to...

I think the object should be closed as there is 
no open statement in the defininition.

When I remove "open" from the sor1.pov example
all the objects get closed.

and the 3 images I've posted (2 of them were in a second mail as
I forgot to attach them) look completely diferent....
same scene-file only different povray version.

Another (slightly modified) example:
This time the only difference between the images is:
1. is open
2. is closed


camera {
	location <10,20,-30>
	look_at <0.01,0.01,0.01>
}

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


sor {
	19
	<4,0>
	<7,1>
	<13,2>
	<14,3>
	<15,4>
	<16,5>
	<17,6>
	<18,7>
	<19,8>
	<20,9>
	<21,10>
	<22,16>
	<23,17>
	<24,18>
	<25,19>
	<26,20>
	<27,21>
	<28,22>
	<30,23>
//	open
	sturm
	finish {ambient 0.4}
	texture {
		pigment {
			checker
			color rgb <1.4,1,0.6>
			color rgb <0,1,0>
		}
	}
	scale -y
}

-- 
Und weg... 
           Roni


Post a reply to this message


Attachments:
Download 'sor2_open.gif' (16 KB) Download 'sor2_closed.gif' (16 KB)

Preview of image 'sor2_open.gif'
sor2_open.gif

Preview of image 'sor2_closed.gif'
sor2_closed.gif


 

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