15
2012
Falling Trees (test 2.0)
There is some interesting topic on the forums about falling trees.. I wonder how it could be done..
Other ideas & links:
– Verlet integration stuff? (kind of soft body/bending branches)
– This kind of constraints : http://codeflow.org/entries/2010/sep/01/hard-constraints-easy-solutions/
– Someones UDK breakable trees fail test video: http://www.allarsblog.com/unreal/failtree2.html
– Apex/Speedtree : http://physxinfo.com/wiki/APEX_Vegetation
– Hidden unity interactive cloth (for “softbody”) + bones connected to cloth?
– Related topic > Animated Trees : http://http.developer.nvidia.com/GPUGems3/gpugems3_ch06.html
– Real-time tree simulation with verlet.. (pdf1) (pdf2)
– Ragdolls ! (this sounds good..they bend & fall..thats all you need, just add breaking? Mecanim IK?)
– Triggers, rigidbodies and forces? (branch trigger collider hits ground, it sends force to its parent? (to stop/slow down falling))
Version 1.0:
– Just cylinders, if they collide with enough force, object gets scaled & duplicated based on the hit point..
Webplayer:
http://unitycoder.com/upload/demos/FallingTrees/ (v1.0)
http://unitycoder.com/upload/demos/FallingTrees2/ (v2.0)
—
Image#2: V2.0, using joints (nice examples on this thread)
Related Posts
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