Search found 12 matches

by devyn
Fri Jan 01, 2010 2:14 pm
Forum: General
Topic: [love.physics] reject collision from callback
Replies: 3
Views: 2553

Re: [love.physics] reject collision from callback

Oh, really? Okay, never mind then! :P I just assumed from reading the Box2d docs, but whatever, yay!
by devyn
Fri Jan 01, 2010 12:46 pm
Forum: General
Topic: [love.physics] reject collision from callback
Replies: 3
Views: 2553

[love.physics] reject collision from callback

So basically, I want to be able to reject/allow collision handling dynamically. I already have callbacks and collision selection set up, I just want to know if there is a way to disallow love.physics from handling the collision itself—I want sort of a collision access control list. Thought of layers...