diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,7 +19,7 @@ clld is a simple collision checker, that takes two 2D, or 3D points, tests the collision of the points, and outputs the results to stdout. It can do many different types of collision checks, including -tile heightmask, AABB, per pixel, and more. +tile heightmap, AABB, per pixel, and more. @@ -70,6 +70,7 @@ cursor position, and the floor position. The input format looks like this: <collision type> +<collision type specific data> <cursor x>, <cursor y>[, <cursor z>] <floor x>, <floor y>[, <floor z] |