summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorjussi2023-04-10 23:52:13 +0300
committerjussi2023-04-10 23:52:13 +0300
commit3445d935d66969a7eec97e8691b68496dc51af0b (patch)
treeab9678193bd3e896c50ef80965f7e906b141cedd /changelog
parent6938cdbaede7eb63b9bc2adb9e0a93e243e291ee (diff)
downloadreilua-enhanced-3445d935d66969a7eec97e8691b68496dc51af0b.tar.gz
reilua-enhanced-3445d935d66969a7eec97e8691b68496dc51af0b.tar.bz2
reilua-enhanced-3445d935d66969a7eec97e8691b68496dc51af0b.zip
Camera3D lib. New camera3D functions.
Diffstat (limited to 'changelog')
-rw-r--r--changelog13
1 files changed, 13 insertions, 0 deletions
diff --git a/changelog b/changelog
index e15567c..072650b 100644
--- a/changelog
+++ b/changelog
@@ -8,6 +8,7 @@ KEY CHANGES:
- CHANGED: Switched to Raylib vertion 4.5. Removed some functions and added others. Main changes to camera3D.
- REVISED: How Lua argumets are handled. Now uluaGet*Index functions can take stack index(positive only).
Also using positive stack indexing.
+ - ADDED: Camera3D Lua lib.
Detailed changes:
- FIXED: uluaGetRay was looking for integers instead of tables.
@@ -36,6 +37,18 @@ Detailed changes:
- CHANGED: DrawTriangleFan no longer require pointsCount
- CHANGED: DrawTriangleStrip no longer require pointsCount
- FIXED: LoadShaderFromMemory
+ - ADDED: GetCamera3DForward
+ - ADDED: GetCamera3DUpNormalized
+ - ADDED: GetCamera3DRight
+ - ADDED: Camera3DMoveForward
+ - ADDED: Camera3DMoveUp
+ - ADDED: Camera3DMoveRight
+ - ADDED: Camera3DMoveToTarget
+ - ADDED: Camera3DYaw
+ - ADDED: Camera3DPitch
+ - ADDED: Camera3DRoll
+ - ADDED: GetCamera3DViewMatrix
+ - ADDED: GetCamera3DProjectionMatrix
------------------------------------------------------------------------
Release: ReiLua version 0.4.0 Using Raylib 4.2