Thank you so much for all the effort you are putting into each of these tutorial. it is absolutely great!
@kunqian70692 жыл бұрын
Very nice tutorial. Looking forward to tutorials on dynamic topology change (tear, fracture)
@Typhh2 жыл бұрын
the channel that just keeps on giving
@DrTheRich2 жыл бұрын
I'm curious how to add other important features to this, (self)collision, wind forces and turbulence, air drag etc. And how to connect it dynamically to other physics objects. I guess we'll see this in the future
@TenMinutePhysics2 жыл бұрын
I plan the next tutorial to be about cloth self-collision handling
@samuelyigzaw2 жыл бұрын
Great series! I'm wondering if there's a way to implement soft bodies, cloths, strings, and particles (e.g. for fluids), in a way that allows for easy transformations from one type to another. Essentially, treating soft bodies, cloths, and strings as nothing more than meshes of particles that can be deformed and torn apart to create other soft bodies, cloths, and strings, but all cloth and string behavior is emergent from the same physics as the soft bodies, plus the fact that they're thinner or completely flat. This would really be great to build a game where players are able to modify the world in any way they would like in order to build anything.
@TenMinutePhysics2 жыл бұрын
Sure, your imagination is the limit. Just try it!
@mytino2 жыл бұрын
Great video! What do you mean by "weak in flat state" at 2:55? That it's harder to keep it straight against gravity for example? Is this weak vs strong issue present in the 2D case as well?
@TenMinutePhysics2 жыл бұрын
Thx. I will talk about in a future tutorial. Weak means the force is weak to restore the angle when the triangles are in the same plane - stretched out. This is because the force of the diagonal is in the same plane too. The forces of an angular constraint are perpendicular to the common plane.
@harold4252 жыл бұрын
I would love to see a video talking about your small step XPBD paper. Especially how to handle collection detection. Great job on this channel by the way!
@mytino2 жыл бұрын
The "Small Steps in Physics Simulation " paper? Would love to see this as well. I'm left with several questions after reading it. If you've read it and want to discuss, please tell me :)
@harold4252 жыл бұрын
@@mytino I read this paper as well yes. I found it pretty clear, to the point where I was able to implement it into my cloth sim. The only piece I'm missing is how to handle collision detection efficiently with this method. Running it for every sub step kills the performances. If I do it only once in a while I get some flickering. If you have specific section of the paper where you have questions, please leave a message here. I would be happy to help if I can ;)
@zergon32124 күн бұрын
So how to implement an agular bending constraint? There is no infjrmation about it in the further tutorials
@mytino2 жыл бұрын
Is there any place we can ask you questions about PBD in general? Would love some kind of Q&A page where devs can ask about various PBD aspects! Would be very valuable! I've been diving deep into PBD in my sparetime, reading papers and implementing. Having a lot of fun, but got many questions, for example regarding unification of constraints, e.g. constraint order, local vs global relaxation, what constraints to pre-stabilize etc., and very curious about the incredible method in your "Small Steps in Physics Simulation " paper!
@TenMinutePhysics2 жыл бұрын
I just created a discord server here discord.gg/A8ANf82r
@mytino2 жыл бұрын
@@TenMinutePhysics Perfect!
@megakukis2 жыл бұрын
@@TenMinutePhysics looks like invite has expired, can i have a new link?
@okifunearl85112 жыл бұрын
is {1,2,4} supposed to have edge neighbor id '4' instead of '2' at 4:08? I'm a little bit confused...
@happyhorse78862 жыл бұрын
the index of the neighbor list is the global edge number, edge 0 = -1, e1 = -1, e2 = 4, e3 = -1, e4 = 2 ...., but I agree it is very confusing
@LukaszWiklendt2 жыл бұрын
3:54 is confusing, is {1, 2, 4} meant to go to 2 and {1, 3, 0} to -1?
@randoshmuckarias12962 жыл бұрын
I believe -1 means the end of a list
@elonkou5682 Жыл бұрын
I think you are right.
@JoshyLats2 жыл бұрын
Awesome ! Thanks a lot!
@EvertonSchneiderS2 жыл бұрын
Amazing explanation. Thanks. Do you think that shrink and grow the constraints connections along time could work in your implementation? In blender the cloth solver is very old, there's an option there called "Shrink" to control the cloth size via simulation with vertex groups also... I'm following your youtube channel and I see you implementing some things into blender... I'm very curious about it(specially softbody)... are you working in Sofbody implementations in blender?
@megakukis2 жыл бұрын
you can easily modify rest lengths of the distance constraints every frame in the way you need (like scale them or lerp between two values)
@TenMinutePhysics2 жыл бұрын
One thing that works very well is to shrink the rest lengths of the distance constraints to make cloth more tightly fitting. I haven't written any simulation code in Blender yet.
@munshomenhamun22712 жыл бұрын
Really nice work :), Matthias. I am a researcher and doing an explicit tracking survey. I wonder if you can share your implementation of grid-free tracking method? I would be pleased to have it for a comparison :).
@TenMinutePhysics2 жыл бұрын
Sorry, we haven't open sourced that code. But we did a SIGGRAPH course and survey on explicit surface tackling already.
@boldoberan2 жыл бұрын
Do I see similarities to Two Minute Papers here?
@TenMinutePhysics2 жыл бұрын
The presented quite a few papers from us :-)
@srinithi9510Ай бұрын
Say give write code sumall to create cloth simulation
@novidtoshow2 жыл бұрын
I am always amazed how much you can simulate in so little code! That said, your cloth simulator would probably not pass the cloth drape test, commonly used in the industry. Different fabrics can be characterised by draping the cloth over a circular disc and countinquantifynig the folding pattern that's created. Particularly, fabrics that stretch on the bias will be hard for your model to properly simulate, I think. (img80002883.weyesimg.com/uploads/www.gesterinstruments.com/images/15795049351797.jpg?imageView2/2/w/1920/q/100).