POV-Ray : Newsgroups : povray.off-topic : What the Hell he's doing. : Re: What the Hell he's doing. Server Time
6 Sep 2024 23:23:02 EDT (-0400)
  Re: What the Hell he's doing.  
From: scott
Date: 20 Nov 2008 09:56:00
Message: <49257a80$1@news.povray.org>
> Its been a while since I did it ... I can't remember.

Oh just because I once made a program to generate a sweep something like 
this:

for sample = 0 to 100000
 frequency = sample / 1000
 wave[sample]= waveFunction(sample/sampleRate*2*pi*frequency)

Where waveFunction can be your sine wave, square wave or whatever.

But of course it doesn't work like that as I found out...


Post a reply to this message

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