Soft Particles next Level... Volumetric Clouds .. ^^
Soft Particles next Level... Volumetric Clouds .. ^^
Example Pic
http://www.3dnworld.com/users/24/images ... Island.jpg
Example Vids
http://www.youtube.com/watch?v=NuBqVHLq ... re=related
http://www.youtube.com/watch?v=GEOOxH9y3M4
Example codes ^^
http://software.intel.com/en-us/article ... platforms/
http://www.markmark.net/PDFs/RTCloudsFo ... DC2002.pdf
http://www.3dnworld.com/users/24/images ... Island.jpg
Example Vids
http://www.youtube.com/watch?v=NuBqVHLq ... re=related
http://www.youtube.com/watch?v=GEOOxH9y3M4
Example codes ^^
http://software.intel.com/en-us/article ... platforms/
http://www.markmark.net/PDFs/RTCloudsFo ... DC2002.pdf
Re: Soft Particles next Level... Volumetric Clouds .. ^^
That is a whole lot of clouds.
And where is that Castle Island image from? The environment kind of resembles the ones in Overgrowth.
And where is that Castle Island image from? The environment kind of resembles the ones in Overgrowth.
Re: Soft Particles next Level... Volumetric Clouds .. ^^
i dont know i omnly search in google pics search an get this XDFreshbite wrote:That is a whole lot of clouds.
And where is that Castle Island image from? The environment kind of resembles the ones in Overgrowth.
buy the way volumetric clouds are a old dx9 effect.
Re: Soft Particles next Level... Volumetric Clouds .. ^^
I found a another one that makes thense
Object Based Motion Blur
http://blog.mosessupposes.com/?p=122
when any objekt move fast and you look at this objects its blured ^^
nice for explosions,arrows or spears........
http://www.significant-bits.com/wp-cont ... onblur.jpg
Object Based Motion Blur
http://blog.mosessupposes.com/?p=122
when any objekt move fast and you look at this objects its blured ^^
nice for explosions,arrows or spears........
http://www.significant-bits.com/wp-cont ... onblur.jpg
Re: Soft Particles next Level... Volumetric Clouds .. ^^
A good example is the skyx plug-in for Ogre3D :
http://www.youtube.com/watch?v=kYd1FXZxolg
Xavyiy was maked an excellent work I found on clouds.
(For water too, but with the whaleman this thread will be dangerous... http://www.youtube.com/watch?v=FL02s_MGIQc )
http://www.youtube.com/watch?v=kYd1FXZxolg
Xavyiy was maked an excellent work I found on clouds.
(For water too, but with the whaleman this thread will be dangerous... http://www.youtube.com/watch?v=FL02s_MGIQc )
Re: Soft Particles next Level... Volumetric Clouds .. ^^
The reason why you rarely see object-based motion blur in games is because it is rather expensive on the GPU.Seradest wrote:I found a another one that makes thense
Object Based Motion Blur
http://blog.mosessupposes.com/?p=122
when any objekt move fast and you look at this objects its blured ^^
nice for explosions,arrows or spears........
http://www.significant-bits.com/wp-cont ... onblur.jpg
I don't quite now why though, since it DOF is made in a similar way.
Re: Soft Particles next Level... Volumetric Clouds .. ^^
I'm pretty sure those clouds aren't volumetric. Those are simply textures.Seradest wrote:http://www.youtube.com/watch?v=NuBqVHLq ... re=related
There is not any real reason to have volumetric clouds in a game, or volumetric anything for that matter. It's a super heavy process and as far as I know, no game have ever used volumetrics.
Note that soft particles and volumetric particles are to different things.
Re: Soft Particles next Level... Volumetric Clouds .. ^^
Volumetrics can mean many things.Jon wrote:It's a super heavy process and as far as I know, no game have ever used volumetrics.
Empire: Total War has volumetric effect, which in their case means calculating depth-buffer and using it for various effect.
Gamasutra has an article about volumetric particles that's also done with the depth-buffer, if I understood it correctly.
There's a UK-based company selling volumetric cloud simulation middleware; I don't know if their systems are used in any current games, but it doesn't seem impossible. Any way, they have it running on realtime. If I understood it correctly, they only simulate a really basic cloud, and then add noise with filters.
EDIT: also, while I'm not sure if the SkyX video linked to before shows any volumetric clouds, SkyX can supposedly make them too. It's listed as separate from "cloud layer".
Re: Soft Particles next Level... Volumetric Clouds .. ^^
hmm ok ^^
but clouds that move,looks 3d and make shadow on the ground i think looks fantastic ^^
but clouds that move,looks 3d and make shadow on the ground i think looks fantastic ^^
Re: Soft Particles next Level... Volumetric Clouds .. ^^
So i waited 8 years.......... is it possible now ?
Re: Soft Particles next Level... Volumetric Clouds .. ^^
Overgrowth used standard noise octaves for the cloud effects and shadows. Performant, were very quick to program, and still looked decent.
There are some games that are doing ray marched volumetric simulations these days:
https://www.slideshare.net/DICEStudio/p ... -frostbite
https://www.guerrilla-games.com/read/th ... -zero-dawn
Briefly looking over the slide decks, they seem to be using intermediate voxel representations, rather than pure particle techniques.