About Store Forum Documentation Contact



Post Reply 
July 2026
Author Message
Esenthel Offline
Administrator

Post: #1
July 2026
Updated Esenthel Source:
-fixed bug in matrix inversion
07-03-2026 05:58 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: July 2026
Updated Esenthel Source:
Name Changes:
Clamp -> MID
07-06-2026 09:01 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: July 2026
Updated Esenthel Source:
-reduced 'Object' class size
-changed
virtual void Game.Obj.create(C Object &obj)=NULL;
to
virtual void Game.Obj.create(C Object &obj, C Matrix &matrix)=NULL;
-removed Object.matrix, matrixFinal, scale, sub_objs, align, access
-to get object matrix use 'matrix' function parameter
-to get object scale use "matrix.x.length()"
-Object.access was merged with Object.type
07-27-2026 12:16 PM
Find all posts by this user Quote this message in a reply
Post Reply