Dark Bit Factory & Gravity

GENERAL => Projects => Topic started by: va!n on December 08, 2008

Title: DemoFx - Just a small test
Post by: va!n on December 08, 2008
hi guys..
here is just a small test of an standalone effect (nothing special) i am worked on and which works nice on my system (esp seeing it in realtime action)  ;)

just run the intro... wait and watch what happens ^^

(http://www.secretly.de/test/DemoFX.jpg)


Title: Re: DemoFx - Just a small test
Post by: bikerboy on December 08, 2008
nice effect man :clap:
Title: Re: DemoFx - Just a small test
Post by: AnimalMother on December 08, 2008
Indeed looks nice !
Title: Re: DemoFx - Just a small test
Post by: benny! on December 08, 2008
Like it. Fades really smooth. I wonder if this would also
work with 2 or more pictures.

Besides, the music doesn't fit to the fx though - I would
have been prefered a more atmospheric and moody tune
which fits better to the calm wood-scenery.

Anyway, good work!
Title: Re: DemoFx - Just a small test
Post by: Positron on December 08, 2008
Looks good. I like it.
Title: Re: DemoFx - Just a small test
Post by: hellfire on December 08, 2008
Not so bad for a first try.
There seems to be an increasing offset in your displacement-values (the picture seems to slip to the lower right) - maybe they're unsigned ?
Are you using a pixelshader or do you set the BumpEnv-Matrix ?
Some sort of multisampling would probably make it look nicer.
Title: Re: DemoFx - Just a small test
Post by: va!n on December 08, 2008
@all:
thanks for your feedback! Hope it runs ok on ya PCs because it does not runs in same speed on each pc! (this is something i have to understand and learn how to do on PC without limiting the fps ^^)

@benny:
yes i think you are right about the tune... i had a small problem to find a useable tune for the effect... and since i am a big fan of trance/techno/goa/progressive i used this tune just as background tune ^^

@hellfire:
i dont use pixelshaders nor a BumpEnv-matrix... but you are right.. the values are unsigned because i had problems... i will check it out... i think i know what you mean.. anyway thanks for your comment... about the multisampling == i know this word but not really sure how to implent this for this fx yet..  :P
Title: Re: DemoFx - Just a small test
Post by: Hezad on December 08, 2008
Vain : Nice effect, really :)

Multisampling is relatively simple : Lets say your resolution is xRes*yRes, you render your scene on a xRes*2, yRes*2 sized buffer and then render that buffer on the screen with a box filter (you merge 4 pixels from the multisample buffer to 1 pixel in the screen buffer), it'll do sort of an anti aliasing on all screen (graphics improvement is huge !!).

However, it can be made in software but with a non-interactive framerate (Maybe Am I wrong ? I'll let the masters of optimization tell about it :) ) or it can be made in hardware (don't know how though :S)
Title: Re: DemoFx - Just a small test
Post by: Clyde on December 10, 2008
Very cool and pretty mate, welldone.
One suggestion, have the music start when the graphics window opens.