Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/physics.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ It draws the imaginary cast, then moves the rap/box/sphere along that path insta
* [<span class="tag vec"></span>](types.md#vector) **parameters.origin**: Position of the starting point.
* {>>Optional, defaults to {x=0, y=0, z=0}.<<}
* [<span class="tag vec"></span>](types.md#vector) **parameters.direction**: A direction for the cast to move in.
* {>>Optional, but cast is motionless without a direction.<<}
* {>>Optional, but cast is motionless without a direction and will not hit anything.<<}
* [<span class="tag int"></span>](types.md) **parameters.type**: The type of cast. {>>1 = Ray, 2 = Sphere, 3= Box<<}
* {>>Optional, defaults to 1.<<}
* [<span class="tag vec"></span>](types.md#vector) **parameters.size**: Size of the cast shape. Sphere/Box only.
Expand Down