pack
Credits: Erin Catto : http://box2d.org/
Abstract Birds
Here they are (again) Box2D nodes.
Now available as a separate pack, with 32 and 64 bits version.
Other changes from previous addonpack versions:
GetBodyDetails, GetCircles and GetPolygons are now faster, and have less GC pressure
Please note this is now installed as a standard pack.
Works with either beta 33.7, or beta 35+ (does not work with beta 34 series).
Please report issues here:
https://github.com/mrvux/vvvv-Box2D/issues
Source code here :
https://github.com/mrvux/vvvv-Box2D
anonymous user login
~2d ago
~8d ago
~8d ago
~9d ago
~22d ago
~1mth ago
~1mth ago
~1mth ago
~1mth ago
~1mth ago
Many thanks vux!
Thank you for your efforts @vux!
Is there a way to deactivate collision for certain bodies after they are created?
@timpernagel: The shape definition nodes all have a group index pin. You can change it with UpdateShape.
@tgd Thanks! That did the trick. Was always wondering what this grouping is for. In my case (instantly disable all collisions) setting every shape to group -1 works perfect.
Yeah some details are not covered by the help patches. See also the official manual. Although targeting c++ programmers, it has some useful explaning parts: https://box2d.org/manual.pdf