Debri Source node detects the collision impact on a fractured geometry and creates emission points that will be the source points for a particle simulation, which can be rendered as Debri particles.
Read MoreHaving Vellum simulations work with other types of simulations can require some creativity. The multisolver didn’t work with the Vellum solver. I started tinkering with different ways to mix the Vellum solver with a simple RBD simulation setup and came up with a multiple phase workflow to create a more realistic Vellum cloth dynamics with the RBD simulation.
Read MoreBullet Solver vs RBD Solver, comparison between the two and how to choose between the two. The Rigid Body solver has the option to choose between using the Bullet solver engine or RBD solver engine to calculate the dynamics of the simulation.
Read MoreSDF is short for signed distance field and describes the interior volume of an object. How thick an object is from the middle to the surface? How deep does the cylinder extend? From any point inside an object, using the SDF, it is possible to easily grab the distance to the surface of the object in order to know the depth.
Read More