Skip to content

Commit

Permalink
still more restricted limits
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioJerez committed Sep 28, 2024
1 parent 1c1bd5a commit 2ae5f62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ namespace ndAdvancedRobot

#define ND_MIN_X_SPAND ndReal (-2.2f)
#define ND_MAX_X_SPAND ndReal ( 1.5f)
#define ND_MIN_Z_SPAND ndReal (-1.2f)
#define ND_MAX_Z_SPAND ndReal ( 1.3f)
#define ND_MIN_Z_SPAND ndReal (-1.0f)
#define ND_MAX_Z_SPAND ndReal ( 1.2f)

#define ND_ACTION_SENSITIVITY ndReal ( 0.10f)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ namespace ndSimpleRobot

#define ND_MIN_X_SPAND ndReal (-2.2f)
#define ND_MAX_X_SPAND ndReal ( 1.5f)
#define ND_MIN_Z_SPAND ndReal (-1.2f)
#define ND_MIN_Z_SPAND ndReal (-1.0f)
#define ND_MAX_Z_SPAND ndReal ( 1.2f)

class ndRobotBodyNotify : public ndDemoEntityNotify
Expand Down

0 comments on commit 2ae5f62

Please sign in to comment.