verlet-js
verlet-js copied to clipboard
Fixed entity
Hi,
How about fixed, non-draggable entity? :) I've used that feature to add "roots" to trees from your example. Through that solution there was no possibility to shift tree, only bend it.
Fixed entity is done like that:
entity.fixed = true;
Dynamic again:
entity.fixed = false;
Best Regards