v0.7.0
版本发布时间: 2020-02-26 03:26:03
recp/cglm最新发布版本:v0.9.4(2024-04-01 23:10:19)
New Features:
- Now vec2 and mat2 are officially supported (including struct api) 🎉 ( https://github.com/recp/cglm/pull/97 )
- add forward vector as macro (vec3, RH)
Bugfixes and Improvements:
- quat: fix
quat_for
andquat_forp
implementations; These are identical toQuaternionLook
/LookRotation
in other frameworks/engines... - add notes for versor/quaternion type to describe memory layout
- merge test sources into one C source
- make plane zero if norm is zero after normalization
- Add more tests
Since vec2 and mat2 are new features, bugs may occurs. Any feedback or help would be appreciated.