POV-Ray : Newsgroups : povray.bugreports : Torus rendered incorrectly : Torus rendered incorrectly Server Time
24 Apr 2024 09:08:55 EDT (-0400)
  Torus rendered incorrectly  
From: MidiPlay
Date: 3 Jun 2015 20:20:00
Message: <web.556f9960c23a6d9806abe560@news.povray.org>
The following torus:
----
#version 3.5;
#include "colors.inc"
global_settings { assumed_gamma 1.0 }
background { rgb 0.1 }

torus { 90, 10 }
camera { orthographic location < 0, 0, 12000 > look_at 0 angle 1 }
----
ends up with lots of pixel sized holes in it.  I'm using the default
quickres.ini at [800x600, AA 0.3], but the same happens at other resolutions and
also without anti-aliasing.

I'm using version 3.7.0.msvc10-sse2.win32 on Windows XP.  Any suggestions?

--
Chris


Post a reply to this message

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