|
|
|
|
#1 |
|
Senior Member
|
With the 256 variables of AVS2.70 (thank you, Justin!), I was finally able to make a 3d timescope. I'll tell you about some of the tricks used in the scopes.
It uses rounding to put the getspec data for 5 frequencies (gi0, gi1, gi2, gi3, gi4) in a single variable (g1): code: And then in pixel it puts all that getspec data in different variables (j4, j3, j2, j1, (j0)). j0 isn't actually created in the preset, it's included in the z1. code: I have a question though: how many digits can a variable hold? This preset goes from 0.01 to 10000000, but if you could use more, a lot more frequencies can be included. Is it possible to do some kind of int() function, because the way I round the numbers (var*100)%100/100 requires an extra line in the section with j4, j3, j2 and j1, because it rounds. That means that when var=1.67, it rounds to 2, when I want 1. The line j4=if(above(j4*10000*10000,j),j4-0.01,j4); can fix that, but an int()-like function would be faster. |
|
|
|
|
|
#2 |
|
Major Dude
Join Date: Jan 2003
Location: Estonia.
Posts: 851
|
i have no idea how that works but it looks great
Phi = (1+sqrt(5))/2 |
|
|
|
|
|
#3 |
|
Major Dude
Join Date: Nov 2002
Location: Arnhem, the Netherlands
Posts: 927
|
It looks neat
Though would indeed be better with more frequencies. I can't help you with that though, my math level is very low. Sorry dude.
|
|
|
|
|
|
#5 |
|
Major Dude
Join Date: Nov 2002
Location: Arnhem, the Netherlands
Posts: 927
|
Yeah? You've seen his tokyo preset? Watch in on acko.net . If you defeat that, you're good
|
|
|
|
|
|
#6 |
|
Forum King
|
damn, whenever i have good ideas someone else does them first....:|
anyway, nice, but it could be a bit bigger...i mean, you're only really using 5 frequencies*12 memory=60 positions (correct?), and you could nearly do all that in the old avs.... "guilt is the cause of more disauders than history's most obscene marorders" --E. E. Cummings |
|
|
|
|
|
#7 |
|
Forum King
Join Date: Jan 2002
Location: AT-DE
Posts: 3,366
|
maybe skupers is holding back the final (bigger) version for his pack?
|
|
|
|
|
|
#8 |
|
Whacked Moderator
Join Date: Jun 2001
Posts: 2,104
|
Did you have to stretch the page?
|
|
|
|
|
|
#9 | |
|
Senior Member
|
Quote:
Anyway, maybe you know how many digits a variable can hold. |
|
|
|
|
|
|
#10 |
|
Wildly Confused
(Major Dude) Join Date: Jan 2003
Location: Minnesota
Posts: 1,204
|
It's Whitecap in AVS! Remember Whitecap? By good ol' Andy O'Meara? Yup I remember this. Very cool
"It's like saying give a man a Les Paul guitar and he becomes Eric Clapton, and of course that's not true, give a man an amplifier and a synthesizer and he doesn't become...whoever; he doesn't become us." - Roger Waters |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|