-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pilot internal development release 20220412 (#108)
* Pilot internal development release 20220412 * Revert Unnecessary Changes
- Loading branch information
Showing
41 changed files
with
902 additions
and
651 deletions.
There are no files selected for viewing
12 changes: 8 additions & 4 deletions
12
engine/asset/objects/character/player/components/motor/player.motor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
{ | ||
"move_speed": 5, | ||
"half_extent": { | ||
"x" : 0.3, | ||
"y" : 0.3, | ||
"z" : 1 | ||
"controller_config": { | ||
"$context":{ | ||
"capsule_shape" : { | ||
"radius": 0.3, | ||
"half_height": 0.7 | ||
} | ||
}, | ||
"$typeName": "PhysicsControllerConfig" | ||
} | ||
} |
33 changes: 16 additions & 17 deletions
33
engine/asset/objects/character/player/components/rigid_body/player.rigid_body.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
146 changes: 77 additions & 69 deletions
146
engine/asset/objects/environment/fence/rigid_body/fence.rigid_body.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 20 additions & 18 deletions
38
engine/asset/objects/environment/floor/rigid_body/floor.rigid_body.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.