20
2012
Clouds using Particles
Testing clouds with particles (after seeing this: “Clouds – mr.doob“)
If you look at the source, it seems they are using 8000 planes and custom shader (should be easy to port in unity..)
Problem with particles is that they start to turn near camera, as they are facing camera..so you cannot fly inside them..(might work using mesh plane particles?)
Current features:
– Shuriken particles (150)
– Custom 1 cloud image as texture (from here: cloud brushes)
– Cloud shader: Particles/VertexLit Blended
– Background plane with gradient image
– “Reversed” linear fog, gives interesting effect that far away clouds are brighter..
Webplayer:
http://unitycoder.com/upload/demos/mParticleCloud1/
Download source:
mClouds.unityPackage
Related Posts
2 Comments + Add Comment
Leave a comment
Recent posts
- [GreaseMonkey] Unity Forum Fixer
- UnityHub: Make Hub application background Translucent
- Customize SpriteShapeRenderer quality (but has issues)
- Editor tool: Copy selected gameobject’s names into clipboard as rows (for Excel)
- Editor tool: Replace string in selected gameobject’s names
- UnityHub: Enable built-in Login Dialog (no more browser login/logout issues!)
- Use TikTok-TTS in Unity (with WebRequest)
- Create Scene Thumbnail Image using OnSceneSaved & OnPreviewGUI
- webgl+javascript TTS
- Using Moonsharp (LUA) + Unity Webgl
- Using 3D gameobject prefabs with Unity Tilemap + NavMesh Surface
- Custom Unity Hub Project Template Preview Image/Video (using HTML+CSS in package description)
Recent Comments
- Vector3 maths for dummies! on
- UnityHub: Make Hub application background Translucent on
- UnityHub: Make Hub application background Translucent on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- [Asset Store] Point Cloud Viewer & Tools on
- [Asset Store] Point Cloud Viewer & Tools on
- ffmpeg stream raw video into Unity Texture2D on
Hey,
The download link doesn’t seem to work anymore, would you be able to fix it?
Thanks!
Thank you so much mgear.
Please keep doing these kind of topic.
If you have a liquid material please add it.