POV-Ray : Newsgroups : povray.binaries.utilities : Cloth simulator v. 0.1.0 : Re: Cloth simulator v. 0.1.0 Server Time
17 Jun 2024 06:55:41 EDT (-0400)
  Re: Cloth simulator v. 0.1.0  
From: Christoph Hormann
Date: 27 Jan 2001 05:54:03
Message: <3A72A8CB.D5B4305A@gmx.de>
Mark Wagner wrote:
> 
> The algorithm used is numerically unstable.  Under certain circumstances,
> points will start heading off towards infinity.  isinfinite() attempts to
> detect this and currently stops calculations with an error.
> 


suggested - I wouldn't expect such differences between linux and cygwin. 
I added 'hnoise' and 'vnoise' to the .cl file and it works ok now (with
'(!isfinite(tmp))' replaced by '(tmp>1e300)').

Christoph

-- 
Christoph Hormann <chr### [at] gmxde>
IsoWood include, radiosity tutorial, TransSkin and other 
things on: http://www.schunter.etc.tu-bs.de/~chris/


Post a reply to this message

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