Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
0 registered members (), 17,416 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Motion Blur Effect #39901
01/22/05 07:09
01/22/05 07:09
Joined: Oct 2004
Posts: 71
Los Angeles, CA
D
DGS_Stan Offline OP
Junior Member
DGS_Stan  Offline OP
Junior Member
D

Joined: Oct 2004
Posts: 71
Los Angeles, CA
Hello, i was just wondering if someone has motion blur effect.
I am looking for motion blur effect for my Helicopter's propeller to give it realistic propeller movement. And i want to apply it only to Propeller not the whole helicopter can someone hlp me with code how to do that?

I was thinking of doing this:
Take my helicopter model seperate it from Propeller and save propeller just by it self and attach it using c script and add motion blur to it. Will that work?

Thanks
Stan

Re: Motion Blur Effect [Re: DGS_Stan] #39902
01/22/05 07:33
01/22/05 07:33
Joined: Aug 2004
Posts: 2,215
I
ISG Offline

Expert
ISG  Offline

Expert
I

Joined: Aug 2004
Posts: 2,215


Ground Tactics - Coming Soon
Ground Tactics OFFICIAL WEBSITE
Re: Motion Blur Effect [Re: ISG] #39903
01/22/05 08:25
01/22/05 08:25
Joined: Oct 2004
Posts: 71
Los Angeles, CA
D
DGS_Stan Offline OP
Junior Member
DGS_Stan  Offline OP
Junior Member
D

Joined: Oct 2004
Posts: 71
Los Angeles, CA
Uhmm are you talking about this effect?:

Code:
  

var blure;function swtich_blure(){ if(blure){camera.transparent=off; blure=off;} //if on, then switch it off else //else switch it on { camera.transparent=on; camera.alpha=60; blure=on; }




But doesnt this code makes the whole screen blurry?
I need just the propellers to be blurry nothing else

Any ideas?

Thanks

Re: Motion Blur Effect [Re: DGS_Stan] #39904
01/22/05 08:48
01/22/05 08:48
Joined: May 2002
Posts: 7,441
ventilator Offline
Senior Expert
ventilator  Offline
Senior Expert

Joined: May 2002
Posts: 7,441
you don't need a shader for this. i would use two (or more) separate models or sprites for the rotor.

the first rotor model isn't blurred.
the second one uses an alpha transparent texture with a radial blur effect.
...maybe a third one with even more blur...

then you cross fade these rotor models depending on the rotation speed. i think if you experiment a little you can achieve the look you want.

Re: Motion Blur Effect [Re: ventilator] #39905
01/22/05 08:53
01/22/05 08:53
Joined: Nov 2004
Posts: 832
United States, Utah
Braxton Offline
Developer
Braxton  Offline
Developer

Joined: Nov 2004
Posts: 832
United States, Utah
This is off subject, but what is your site's url ventilator???


"The GREAT LAW: Life is and always will be justly ordered, and that all past experiences, good and bad, were the equitable out working of our evolving, yet unevolved selves" - As A Man Thinketh
Re: Motion Blur Effect [Re: ventilator] #39906
01/22/05 08:53
01/22/05 08:53
Joined: Oct 2004
Posts: 71
Los Angeles, CA
D
DGS_Stan Offline OP
Junior Member
DGS_Stan  Offline OP
Junior Member
D

Joined: Oct 2004
Posts: 71
Los Angeles, CA
Ok i will try that thank you.


Moderated by  Blink, Hummel, Superku 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1