POV-Ray : Newsgroups : povray.general : f_helix documentation is wrong : f_helix documentation is wrong Server Time
5 Jul 2024 11:07:08 EDT (-0400)
  f_helix documentation is wrong  
From: Anthony D  Baye
Date: 9 Dec 2014 19:00:00
Message: <web.54878c55f593dd11538d4890@news.povray.org>
f_helix1(x,y,z,n,p,r,R,s,c,a)
supposedly, the fifth parameter is the period, or "Number of turns per unit
length".

The way I read this is that, for every unit the helix object rises, it should
make one complete turn.  This is obviously not the case.

isosurface {
    function { f_helix1(x, y, z, 1, 1, 0.25, 0.75, 1.5, 1.0, 0.0) }
    max_gradient 4
    threshold 0
    contained_by { box { <-1, 0, -1> <1, 10, 1> } }
    }

this should make 10 complete turns, and it only makes about one and a half.

Regards,
A.D.B.


Post a reply to this message

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