RectPack.

This commit is contained in:
jussi
2025-04-09 00:34:19 +03:00
parent d0bfd1f71d
commit 3471e4514f
11 changed files with 760 additions and 3 deletions

8
API.md
View File

@@ -6975,6 +6975,14 @@ Get collision rectangle for two rectangles collision
---
> rects{} = RL.RectPack( Rectangle{} rects, Vector2 size, int padding )
Useful for e.g. packing rectangular textures into an atlas. stbrp_pack_rects
- Success return Rectangle{}
---
## Textures - Image loading functions
---