POV-Ray : Newsgroups : povray.binaries.images : sor bug : sor bug Server Time
4 Oct 2024 09:15:45 EDT (-0400)
  sor bug  
From: Ronald Lembcke
Date: 7 Apr 1999 18:32:10
Message: <370bceda.0@news.povray.org>
Hi!

I think I've found a bug in sor :-(

I use Linux (Kernel 2.2.5-ac1), AMD K6-2-350
self compiled Povray version 3.1e (tried with and without uvpatch)

I've also tried an inofficial version of I've compiled 3.1 and the bug
didn't seem to be present...

In povray 3.0 there seemed to be a bug, two... but it looked different.

I'll attach the images of the bug.

1. Povray 3.1e
2. Povray 3.1
3. Povray 3.0

I'll send a similar bug report to povray.bugreports 
(but without the images, and a pointer to this mail)

Below is the sourcecode of the scene:


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

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

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

sor {
	19
	<10,0>
	<11,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>
	finish {ambient 0.4}
	texture {
		pigment {
			checker
			color rgb <1.4,1,0.6>
			color rgb <0,1,0>
		}
	}
	sturm
	scale -y
}

--
Ronald Lembcke (aka _crash)
es1### [at] fenbaynetde


Post a reply to this message


Attachments:
Download 'sortest31e.gif' (14 KB)

Preview of image 'sortest31e.gif'
sortest31e.gif


 

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