generate contact when body type changes at runtime, decoupling, add first ray cast hit query to world query (more to add later such as sphere/box/convex casts), hotfix

This commit is contained in:
Irlan Robson
2017-01-13 17:17:02 -02:00
parent caa9d703b5
commit 7d0f06fea2
18 changed files with 209 additions and 174 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
*.sln
*.VC
*.vcxproj
*.vcxproj.user
*.vcxproj.filters
@ -8,6 +9,7 @@
*.opendb
*.ilk
*.pdb
*.ini
*.idb
*.pch
*.ipch
@ -26,5 +28,6 @@
*.o
*.a
*.i
*.DS_Store
build/
doc/