You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xiaojin 4863ddbca7 🐳 chore(工具): 增加 lua c toolkit 5 years ago
..
README.md 🐳 chore(工具): 增加 lua c toolkit 5 years ago
lua-math3d.c 🐳 chore(工具): 增加 lua c toolkit 5 years ago
math3d-left.h 🐳 chore(工具): 增加 lua c toolkit 5 years ago
math3d-right.h 🐳 chore(工具): 增加 lua c toolkit 5 years ago

README.md

用途

现在3d游戏开发已经很普遍如果服务端涉及到3d数学方面的计算就需要一个开源的3d数学库网上开源的3d数学库大部分都是右手坐标。而我们所使用的客户端大部分都是unity众所周知unity是左手坐标系的数学库。所以一个基于左手坐标系的3d数学库就很有必要。本库是基于云风的项目ejoy3d所修改。包含左手库和右手库如要切换可直接在libmath.c的首行进行修改。

本项目是基于lua的动态库如果不需要使用lua可直接使用math3d-left.h和math3d-right.h