verlet-js icon indicating copy to clipboard operation
verlet-js copied to clipboard

Fixed entity

Open SebastianCrow opened this issue 11 years ago • 0 comments

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

SebastianCrow avatar Mar 04 '15 23:03 SebastianCrow