Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[Suggestion] - onBodyEnter Method #836
Comments
|
FWIW, the shapes example uses the low-level collision checks to determine whether the pointer is intersecting with body shapes: It's a little more work than a specialized event, but it's something you can easily use today. |
|
Hm, Thanks so far -- I was thinking for the collision / physics system too. Something like this:
|
|
Wow. This is awesome. Okay, so I found that So, take a look at this:
It's working fine right now, but do you think I will run into any problems? It basically sets |
I see we have a
onCollisionmethod here.It would be nice I think to also have a
onBodyEntertoo. I know this isn't a huge suggestion and might not be needed, but helps a lot with creating doors and whatnot!