Page 1 of 1
C.&.C 3: The Fire
Posted: 03 Oct 2007, 00:06
by PicassoCT
Command and Conquer may be just a usual Strategy Game - but the Fire Effects are fine. Who else here is for stealing ahem, i mean getting inspired from that ?
For Pyro(maniac)s Benefit
Posted: 03 Oct 2007, 00:35
by jK
how do they look like? (screenshot)
Posted: 03 Oct 2007, 01:19
by Ishach
picassoCT rules
Posted: 03 Oct 2007, 10:49
by PicassoCT
no longer Ishach !
Here is a screen there ar better examples up and around, and you have to see it anmimated. I think the Best thing about it is, that it really gives you the feeling of heavy heat going for the Meat. In its Center it is white Hot, it has that kind of Blur every effect in C&C3 has, and in Addition physicaly moves like a slow Cloud.
Posted: 03 Oct 2007, 12:23
by KDR_11k
I think explosions like
this would be good enough, all we need is animated and rotating particles.
Posted: 03 Oct 2007, 17:58
by Peet
Well there's a refraction effect as well, where everything around the flame is distorted slightly. Looks like epic winrar.
Posted: 03 Oct 2007, 18:05
by Zpock
The refraction/warping effect in CnC is way too unsubtle to be good, most of their effects are.
Posted: 03 Oct 2007, 18:10
by KDR_11k
Peet wrote:Well there's a refraction effect as well, where everything around the flame is distorted slightly. Looks like epic winrar.
You like that? I think it looks completely wrong.
Posted: 03 Oct 2007, 18:15
by Zpock
Also, in the sandbox CA beta, there's exactly that effect when the commander "warps in" supcom style.
It does look wrong, as said it's way to obvious, especially as the effect is in a perfect circle with a sharp, discontinuous border instead of a nice fade.

Posted: 03 Oct 2007, 19:39
by jK
Also, in the sandbox CA beta, there's exactly that effect when the commander "warps in" supcom style.
It does look wrong, as said it's way to obvious, especially as the effect is in a perfect circle with a sharp, discontinuous border instead of a nice fade.
That's very old.
Today I am that far:
I wrote a new shader which does this with a smooth border (before it was done with polygon stretching).
Also a blur shader widget already exists, atm it is only used to blur the whole screen, if you want to emphasize parts of the GUI (the newer versions of buildbar use it: see
here).
Also I am writting a whole lua particle engine, which supports shaders, z-ordering and more. It already has a jitter shader, which looks like this:
video here.
Posted: 03 Oct 2007, 20:44
by rattle
Hmm blur... the shadow edges could profit from that tbh. :)
I quite like CNC3's shader effects even though it's the same warping/refraction over and over again.
How much is the impact on FPS for, say, 100 particles using a small texture on screen? Could you run a test?
Posted: 03 Oct 2007, 21:25
by Zpock
jK wrote:Also, in the sandbox CA beta, there's exactly that effect when the commander "warps in" supcom style.
It does look wrong, as said it's way to obvious, especially as the effect is in a perfect circle with a sharp, discontinuous border instead of a nice fade.
That's very old.
Today I am that far:
I wrote a new shader which does this with a smooth border (before it was done with polygon stretching).
Also a blur shader widget already exists, atm it is only used to blur the whole screen, if you want to emphasize parts of the GUI (the newer versions of buildbar use it: see
here).
Also I am writting a whole lua particle engine, which supports shaders, z-ordering and more. It already has a jitter shader, which looks like this:
video here.
Awesome, I hope to use this.