GetRayBoxCells.

This commit is contained in:
jussi
2024-07-19 22:57:31 +03:00
parent c7b7975482
commit 03e9226b5f
10 changed files with 359 additions and 5 deletions

8
API.md
View File

@@ -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
---