POV-Ray : Newsgroups : povray.general : Bessel Functions Server Time
31 Jul 2024 02:24:30 EDT (-0400)
  Bessel Functions (Message 1 to 4 of 4)  
From: Mueen Nawaz
Subject: Bessel Functions
Date: 31 Jan 2008 02:02:19
Message: <47a1727b$1@news.povray.org>
Hi,

	I haven't POV-Rayed in a few years.

	Recently, though, I thought I'd make an animation for work.

	Problem: I need Bessel functions (and their derivatives - but you could
just get those from regular Bessel functions). Modeling a physical
system, and it needs to be (somewhat) accurate.

	Any hope of getting that? I think there was a patch or such a while
back, but it was for an older POV-Ray.

-- 
Red ship hits blue ship ... sailors marooned.


                    /\  /\               /\  /
                   /  \/  \ u e e n     /  \/  a w a z
                       >>>>>>mue### [at] nawazorg<<<<<<
                                   anl


Post a reply to this message

From: nemesis
Subject: Re: Bessel Functions
Date: 31 Jan 2008 05:55:01
Message: <web.47a1a8d0c181ebfa28552b650@news.povray.org>
Mueen Nawaz <m.n### [at] ieeeorg> wrote:
>  I haven't POV-Rayed in a few years.

I don't know how long you've been away, but povray now features
runtime-evaluated functions to compute shapes in isosurface or texture
patterns.  Would it be possible to convert Bessel functions to povray
functions?


Post a reply to this message

From: Mueen Nawaz
Subject: Re: Bessel Functions
Date: 1 Feb 2008 00:28:04
Message: <47a2ade4$1@news.povray.org>
nemesis wrote:
> Mueen Nawaz <m.n### [at] ieeeorg> wrote:
>>  I haven't POV-Rayed in a few years.
> 
> I don't know how long you've been away, but povray now features
> runtime-evaluated functions to compute shapes in isosurface or texture
> patterns.  Would it be possible to convert Bessel functions to povray
> functions?

	Perhaps too long - I'm not sure I even know what you mean by runtime
evaluated functions...

	In any case, I don't need Bessel functions to evaluate shapes, but
rather positions and motions (it'll be an animation).

	If I misunderstood, feel free to correct me.

	Worst case, I just won't do it.

	If I'm really motivated, I'll write a script in a language that does
have Bessel functions (e.g. Python) to create the scene files one by one
for each frame. It'll be a pain, and I don't really need it for work, so
I'll see what happens.

	I just thought I'd request it because it has been requested before, and
I suspect it'll take little effort to provide some support - I may be wrong.

-- 
"A man doesn't know what happiness is until he's married. By then it's
too late." - Frank Sinatra


                    /\  /\               /\  /
                   /  \/  \ u e e n     /  \/  a w a z
                       >>>>>>mue### [at] nawazorg<<<<<<
                                   anl


Post a reply to this message

From: Jellby
Subject: Re: Bessel Functions
Date: 1 Feb 2008 09:26:31
Message: <shkb75-4s9.ln1@badulaque.unex.es>
Among other things, Mueen Nawaz saw fit to write:

> If I'm really motivated, I'll write a script in a language that does
> have Bessel functions (e.g. Python) to create the scene files one by one
> for each frame. It'll be a pain, and I don't really need it for work, so
> I'll see what happens.

You could create just a data file with that other script language (or
whatever) and then read the data from the pov file. But I guess it would be
a pain if the data you need to generate depends on the scene in POV's
world, i.e., on the result of functions such as trace or min_extend...

-- 
light_source{9+9*x,1}camera{orthographic look_at(1-y)/4angle 30location
9/4-z*4}light_source{-9*z,1}union{box{.9-z.1+x clipped_by{plane{2+y-4*x
0}}}box{z-y-.1.1+z}box{-.1.1+x}box{.1z-.1}pigment{rgb<.8.2,1>}}//Jellby


Post a reply to this message

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