POV-Ray : Newsgroups : povray.binaries.images : Help: Stem disc's inner ring structure Server Time
4 Oct 2024 17:15:09 EDT (-0400)
  Help: Stem disc's inner ring structure (Message 1 to 6 of 6)  
From: Dieter Gaffrey
Subject: Help: Stem disc's inner ring structure
Date: 25 Feb 1999 05:48:09
Message: <36D52A58.4254D6C2@ufobi6.uni-forst.gwdg.de>
Hello,

I can't find the bug in my data.
I am modelling the inner ring structure of stem discs
by using multiple sub-shapes (cubic_spline).
See: disc.pov + d104200a.inc
In d104200a there are 36 points for each ring
(plus the 3 required by cubic_spline),
beginning with the angle 0*pi up to 2*pi - (1/36*pi).

You see in the TIF-file the fine horizontal line?
What does it cause?? I don't have any idea :-(

Thank you for help!

Dieter

--
**************************************************
University of Goettingen, Faculty of Forest Sciences and Forest Ecology
Institute of Forest Biometry and Informatics
Dr. Dieter Gaffrey
Buesgenweg 4
37077 Goettingen
Germany

Phone: +49 (0)551 393460
Fax:     +49 (0)551 393465
http://www.uni-forst.gwdg.de/forst/fbi/homepa.html


Post a reply to this message


Attachments:
Download 'disc.pov.txt' (1 KB) Download 'us-ascii' (28 KB) Download 'd104200a.tif.dat' (25 KB)

From: GrimDude
Subject: Re: Help: Stem disc's inner ring structure
Date: 25 Feb 1999 15:21:42
Message: <36d5b0d6.0@news.povray.org>
Try moving the camera down the z axis slightly. <0,17,-.001> should do it.

GrimDude
vos### [at] arkansasnet


Post a reply to this message

From: Dieter Gaffrey
Subject: Re: Help: Stem disc's inner ring structure
Date: 26 Feb 1999 04:02:38
Message: <36D66327.A276229E@ufobi6.uni-forst.gwdg.de>
GrimDude wrote:

> Try moving the camera down the z axis slightly. <0,17,-.001> should do it.
>

Thank you, but pity that it was not the solution.???

Dieter
--
**************************************************
University of Goettingen, Faculty of Forest Sciences and Forest Ecology
Institute of Forest Biometry and Informatics
Dr. Dieter Gaffrey
Buesgenweg 4
37077 Goettingen
Germany

Phone: +49 (0)551 393460
Fax:     +49 (0)551 393465
http://www.uni-forst.gwdg.de/forst/fbi/homepa.html


Post a reply to this message

From: Marc Schimmler
Subject: Re: Help: Stem disc's inner ring structure
Date: 26 Feb 1999 05:07:39
Message: <36D67266.2D520FAE@ica.uni-stuttgart.de>
Dieter Gaffrey wrote:
> 
> GrimDude wrote:
> 
> > Try moving the camera down the z axis slightly. <0,17,-.001> should do it.
> >
> 
> Thank you, but pity that it was not the solution.???
> 
> Dieter

Hi Dieter!

I guess that the problem arises from the fact that you create all rings
with one prism. The spline has to move from ring to ring and this causes
the problems. 

I would suggest to you that you create a prism for each ring and that
you then use csg.

You have to subtract  ring 32 from ring 35, ring 31 from ring 30 ... and
so on. Be careful to make the subtracting ring higher than the other
ones like:


 prism {
   linear_sweep
   cubic_spline
   -0.1,
   1.1,
   ...

I hope this one helps. If you have further questions you can mail
directly so that I can help in german.

I made a example for ring 35 and ring 32 and attached them here.

Marc
-- 
Marc Schimmler
Institut fuer Computeranwendungen
Universitaet Stuttgart


Post a reply to this message


Attachments:
Download 'us-ascii' (1 KB) Download 'us-ascii' (2 KB)

From: Jerry Anning
Subject: Re: Help: Stem disc's inner ring structure
Date: 26 Feb 1999 12:24:26
Message: <36d6d80e.4561523@news.povray.org>
On Fri, 26 Feb 1999 10:02:31 +0100, Dieter Gaffrey
<dga### [at] ufobi6uni-forstgwdgde> wrote:

>GrimDude wrote:
>
>> Try moving the camera down the z axis slightly. <0,17,-.001> should do it.
>>
>
>Thank you, but pity that it was not the solution.???

If I remember the problem correctly, it is a known semibug.  Try using
the "sturm" keyword to invoke the sturmian root solver for better
accuracy.  If that doesn't help, just step around the problem by
creating the object by hand with a spline macro.

Jerry Anning
clem "at" dhol "dot" com


Post a reply to this message

From: GrimDude
Subject: Re: Help: Stem disc's inner ring structure
Date: 26 Feb 1999 14:04:33
Message: <36d6f041.0@news.povray.org>
I'm so embarassed! :)

GrimDude
vos### [at] arkansasnet


Post a reply to this message

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