25
2012
Verlet Integration : SoftBody
New/modified version of the previous test sources: Verlet Integration Cloth
The fake shadow (“shadow volumes” from unifycommunity) is bit broken,
maybe because we are modifying the vertices at the same time or it didnt really work so well with spheres..
Shader: Gem shaders
Webplayer:
http://unitycoder.com/upload/demos/VerletIntegrationSoftBody1/
Download source:
verletBall.unityPackage
Related Posts
13 Comments + Add Comment
Leave a comment
Recent posts
- Testing Unity AI Beta
- Ways to Support UnityCoder Development
- Using UI Slider to Create 5-Star Rating Element
- Game Music Library For Unity (editor plugin)
- Fontastic : Easily Test Fonts in Unity Editor!
- GeoTiff Importer & Terrain Generator for Unity
- Create Baked DropShadow for UI images
- .JP2 Ortho Image Converter to PNG/JPG/TIFF
- Convert LAS/LAZ/PLY pointclouds to GLTF (GLB) Point Meshes (standalone converter)
- Detect SRP (URP or HDRP) with Assembly Definition Version Defines
- [LudumDare57] Theme: Depths
- MotionVector Effect: Object “disappears” when paused
Recent Comments
- on [Asset Store] PolygonCollider2D Optimizer
- on Trajectory Test Scene 2.0
- on Vector3 maths for dummies!
- on UnityHub 3.6.0: Remove Version Control & Cloud Dashboard columns
- on Using RenderDoc with Unity (graphics debugger)
- on UI Scroll View automatic Content height
- on [Asset Store] Point Cloud Viewer & Tools
- on [Asset Store] Point Cloud Viewer & Tools
Coin:
CUgDSbRqFcAumDSAcdKDvuXsw26VdkJe8C8WGUQHBAGS
An article by













Any chance to have this source? 😀
Yes, adding source next week.
ps. This one looks interesting too, maybe could be used for something similar:
http://forum.unity3d.com/threads/131141-Open-Source-Farseer-Physics-Engine-%28Box2D%29-port-for-Unity-%28WIP%29
Source added.
got the source but don’t know how to set it up
in “Verlet.cs” there is variable for softness:
private float softness = 0.01135f*0.80f;
and inside function Create(),
it sets the object position and scale:
m_offset = new Vector3(0,12,0);
m_scale = 0.3f;
And collision is checked from y coordinate=0..
I havent got it working with all shapes..sphere works best, most others just hit the ground and go flat..(maybe some variable should be adjusted..not sure which).
Why I can’t download the source code.
It just ask me to instell the toolbar…
link fixed!
Jelly-Mesh-Soft-body:
http://forum.unity3d.com/threads/232065-Jelly-Mesh-Soft-body-style-physics-for-3D-meshes
A Verlet based approach for 2D game physics:
http://www.gamedev.net/page/resources/_/technical/math-and-physics/a-verlet-based-approach-for-2d-game-physics-r2714
Realtime SoftBodies using C#
http://wiki.unity3d.com/index.php?title=SoftBodies
Bullet Physics for unity (free!)
http://forum.unity3d.com/threads/released-bullet-physics-for-unity.408154/
Hi, sadly I cannot download verletBall.unityPackage anymore 🙁
It redirects to http://1darray.com/blog/#expired_link
oops, forgot to update the downloader check after domain name change.. it should be working now. (might have to clear cache for this website if it doesnt)