A quick note to say hello
I've been reading the AVS forum for about a year now... That to the big guys for many code idea, and thanks for quite a few others with some killer work arounds or insain usage of simple effects.
Ok,,, I did not what to BSP so much rather just to say hello. I don't have any auto-install pre-sets. But here's a quick and dirty .zip file.
Some interesting presets, I think life-divinity edit is the best of the bunch.
I'm not sure if you wanted critique, but here is some anyway :P ....
- That V;Y;Z;[;\;] text effect is a bit overused
- God in your hands (and similar) get around 15fps on my 3 gig machine... bleeergh! I wouldnt mind so much if the effect couldnt be generated with 1 superscope and a convolution filter.
- Its all a big religeously themed for me :P
PAK-9, thanks for the input,,, I did not put it up for critiique but it is always welcome. But with out critique how can one grow, or know where he/she stands in the world.
I have a copy of something just like "God in your hands (and similar)" done %100 in superscope. It just does not seam as nice looking.
Also my presets are not really ment for the PC screen. I use my avs's as only one of my components while doing visuals at raves. So it's more of a background thing rather then watching them intently. Some may seam boaring, but then again if you are high on E, LSD or K, you don't want something to insain in front of your face. It's also because of where I use my work why I have so much religeous work,,, nothing like brain washing fvcking raver.
Some quick questions...
"- That V;Y;Z;[;\;] text effect is a bit overused"
Do you mean in that peice or over all in the AVS scene?
"Its all a big religeously themed for me :P"
Did you mean a 'bit' religeously themed? If so, yes true my work comes out like that... wait till you see some of my other ones,,, you'll be out burning bibles, and bashing buda. hehehe
Edit: I also run my patches at 400x300, or in 800x600 with pixeldoubled turn on. It works wonders with my progector when I hook it up with a VGA cables rather then NSTC-SVideo
Originally posted by UnConeD
x=x4/(1+z4/dst);y=y4/(1+z4/dst);
Meh, I'm not going to say anything.
please by all means go head say what you think. Worse comes to worse you'll only teach me.
Ps still trying to figure out what code is referenced to. meh,,, it's late my brain is dead from a long week end.
Originally posted by Crazy Dave
please by all means go head say what you think. Worse comes to worse you'll only teach me.
He's implying that your code is horribly inneficient, cos he's a nit-picky noob basher 😛
x=x4/(1+z4/dst);
y=y4/(1+z4/dst);
is better as:
myVar=1/(1+z4/dst);
x=x4*myVar;
y=y4*myVar;
Because your doing 2 divisions instead of 4 (divisions are expensive) and the 1+z4 bit isn't recalculated for no reason.
oh ok,,, I see what he's talking about. But he's going to have to take it up with Elvis, I found a help file by him for 3d. I'm still yet to fully figure out what's going on. The 3d rotation loose me still.
Add on top of it,,, I want to do red/cyan stile 3d. 🙂 need to learn more.
PS thanks for helping me speed up code. Now I get 64fps, rather 60.
dont use elvis 3d, better work out your own method you understand (or rip somebodys method that is good :P j/k btw)
I havent checked the preset, coz im running under linux and i have no intentions to reboot soon :P
(Ill check presets out later when i can be arsed to install winamp through wine)
so...
welcome... gl hf!