Light property functions and basic light example.

This commit is contained in:
jussi
2023-05-30 13:42:43 +03:00
parent 335321e3aa
commit e1cc1e9e27
13 changed files with 674 additions and 5 deletions

View File

@@ -13,6 +13,7 @@ KEY CHANGES:
- CHANGED: Can now have multiple Music objects like other Raylib objects instead of just one.
- CHANGED: Texture now can be either Texture or RenderTexture. No need to change texture source anymore.
- ADDED: Material getter functions.
- ADDED: Light property functions.
Detailed changes:
- FIXED: uluaGetRay was looking for integers instead of tables.