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:
3
.gitignore
vendored
3
.gitignore
vendored
@ -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/
|
Reference in New Issue
Block a user