New Battlefield 2 Movie
EA has released a new Battlefield 2 movie, which runs for a minute and shows plenty of gameplay footage involving several vehicles. Thanks 3D Gamers.
-
this looks hot, just like at e3. please fix the smoke trail clipping through the chopper though
-
-
-
-
-
Let me correct this. Game physics engines have been built incrementally, so that they address one set of problems, and leave all other problems as workarounds.
What you are saying is that there is no way to work around the smoke trail traveling through the helicopter without defining the smoke as a collection of smoke particles and doing collision detection on each particle.
This is absurd.-
I don't think that's what he means. Even if you did that there would still be clipping. The only way to get rid of it is to render the smoke as some kind of 3D procedural, which isn't practical now. I've seen it done, or faked really well, with clouds before, but never with a dynamic volume effect like smoke or something like that. I'm not a programmer so I don't know why, but I'm guessing that is because it is too expensive for some reason.
-
-
Not arguing that it isn't possible, or within the realm of their abilities given their likely sys requirements, but that it isn't the only option. Since they dont have to do multiple types of smoke (presumably) and are only doing rocket trails, etc, one would think they could take advantage of the facts that the rocket trails are 1) cylindrical, 2) relatively straight lines, and 3) dense (at least in their version) to produce a simpler result
In general though, we agree that they should be able to do better, and it is within their means
-
-
-
-
-
-