POV-Ray : Newsgroups : povray.beta-test : Noise in sphere sweeps Server Time
30 Jul 2024 16:18:31 EDT (-0400)
  Noise in sphere sweeps (Message 1 to 2 of 2)  
From: Warp
Subject: Noise in sphere sweeps
Date: 10 Oct 2001 10:07:58
Message: <3bc4563e@news.povray.org>
Got this by mail (the sphere sweep does, indeed, seem to have some noise
problem, but I don't know what causes it):


From Mar### [at] iclcom Wed Oct 10 17:03:47 2001
Date: Wed, 10 Oct 2001 14:29:09 +0100
From: Wright Mark <Mar### [at] iclcom>
To: "'war### [at] tagpovrayorg'" <war### [at] tagpovrayorg>
Subject: Povray 3.5 bug? But can't post to news server


Hi,

Sorry for contacting you direct but I haven't been able to connect to the
povray news server to log a 3.5-beta 5 bug, and found you on the TAG
list... eenie meenie.....

I only dabble with Povray but sometimes this can be useful coz I probably
try things out that others probably don't bother with anymore.

The problem seems to be related to the CSG Noise problem with two
surfaces at the coordinates same point, but it ocurrs on the Sphere_Sweep
when using anything other than a Linear Spline:

Try....

#version 3.5;

#include "colors.inc"

global_settings {

}

// ----------------------------------------

camera {




}

sky_sphere {







}

light_source {



}

// ----------------------------------------

plane {


}

// create a curved tube object translating a sphere along a certain path
sphere_sweep {














}

Loadsa noise where I assume the 'joins' are.

I've had a good look round and can't see it mentioned anywhere in the web
hosted newsgroups.

Hope you can help,

Cheers,

Mark.




-- 
#macro N(D,I)#if(I<6)cylinder{M()#local D[I]=div(D[I],104);M().5,2pigment{
rgb M()}}N(D,(D[I]>99?I:I+1))#end#end#macro M()<mod(D[I],13)-6,mod(div(D[I
],13),8)-3,10>#end blob{N(array[6]{11117333955,
7382340,3358,3900569407,970,4254934330},0)}//                     - Warp -


Post a reply to this message

From: Bob H 
Subject: Re: Noise in sphere sweeps
Date: 10 Oct 2001 15:37:27
Message: <3bc4a377$1@news.povray.org>
"Warp" <war### [at] tagpovrayorg> wrote in message
news:3bc4563e@news.povray.org...
>   Got this by mail (the sphere sweep does, indeed, seem to have some noise
> problem, but I don't know what causes it):

tolerance 15 or so seems to be the upper limit, it starts to remove parts
above 15.  Its shadow goes away before that.  Anyhow, it's just a tolerance
thing.

A long time ago I made some musical notes which bent around at least this
much and probably moreso.  They varied in color (on purpose) and I think I
had to raise tolerance from its default (1e-6?).

Bob H.


Post a reply to this message

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