From 03e9226b5f6c3fe4d113759b3a023ee92d7b2d4f Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 19 Jul 2024 22:57:31 +0300 Subject: GetRayBoxCells. --- API.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'API.md') diff --git a/API.md b/API.md index fc19591..b6479ac 100644 --- a/API.md +++ b/API.md @@ -7989,6 +7989,14 @@ Get collision info between ray and quad --- +> cells = RL.GetRayBoxCells( Ray ray, BoundingBox box, Vector3 cellSize ) + +Get cell positions inside box that intersect with the ray. Returns empty table if ray misses the box + +- Success return Vector3{} + +--- + ## Audio - Audio device management functions --- -- cgit v1.2.3