summaryrefslogtreecommitdiff
path: root/scripts/character/collide.lua
blob: 1ac6cffec5b7901fed60ccc2e2e864c8273e418b (plain)
1
2
3
4
5
6
require 'honey.std'

return function(db, self, other, point)
	local tbl = ode.ContactGeomTable(point)
	print(tbl.pos, tbl.normal, tbl.depth, tbl.g1, tbl.g2)
end