diamonddevv / luafy

lua scripting language in minecraft datapacks
Creative Commons Zero v1.0 Universal
5 stars 2 forks source link

Transformation matrix math operations for display entities #21

Open MulverineX opened 1 month ago

MulverineX commented 1 month ago

for performance reasons, this should probably be done in Java land, ideally with support for batching.

Prior art: https://github.com/misode/misode.github.io/blob/master/src/app/pages/Transformation.tsx @ https://misode.github.io/transformation/

diamonddevv commented 1 month ago

started this, but currently its a bit meh. need to learn more about quaternions and the whole transformation matrix thing