Skip to content

Commit

Permalink
better fall detection using pick ray, latest babylonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
ssatguru committed Jul 26, 2024
1 parent c558523 commit 1d61d35
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 176 deletions.
252 changes: 81 additions & 171 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babylonjs-charactercontroller",
"version": "0.4.4",
"version": "0.4.5",
"description": "A CharacterController for BabylonJS",
"repository": {
"type": "git",
Expand All @@ -16,9 +16,9 @@
"main": "dist/CharacterController.js",
"types": "dist/CharacterController.d.ts",
"devDependencies": {
"babylonjs": "7.0.0",
"babylonjs-inspector": "^7.0.0",
"babylonjs-loaders": "^7.0.0",
"babylonjs": "7.17.2",
"babylonjs-inspector": "^7.17.2",
"babylonjs-loaders": "^7.17.2",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
Expand Down
Loading

0 comments on commit 1d61d35

Please sign in to comment.