Skip to content

Commit

Permalink
update glm version
Browse files Browse the repository at this point in the history
  • Loading branch information
shinjiogaki committed Oct 15, 2023
1 parent c36ea21 commit 41789e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glm
Submodule glm updated 63 files
+42 −0 .github/workflows/make_light_release.yml
+2 −2 CMakeLists.txt
+4 −4 doc/api/a00017.html
+5 −5 doc/api/a00017_source.html
+4 −4 doc/api/a00315.html
+1 −1 doc/api/search/all_0.js
+1 −1 doc/api/search/functions_0.js
+1 −1 glm/detail/compute_common.hpp
+1 −1 glm/detail/func_integer.inl
+2 −2 glm/detail/func_trigonometric.inl
+18 −4 glm/detail/setup.hpp
+1 −1 glm/detail/type_mat2x2.hpp
+1 −1 glm/detail/type_mat2x2.inl
+1 −1 glm/detail/type_mat2x3.hpp
+1 −1 glm/detail/type_mat2x3.inl
+1 −1 glm/detail/type_mat2x4.hpp
+1 −1 glm/detail/type_mat2x4.inl
+1 −1 glm/detail/type_mat3x2.hpp
+1 −1 glm/detail/type_mat3x2.inl
+1 −1 glm/detail/type_mat3x3.hpp
+1 −1 glm/detail/type_mat3x3.inl
+1 −1 glm/detail/type_mat3x4.hpp
+1 −1 glm/detail/type_mat3x4.inl
+1 −1 glm/detail/type_mat4x2.hpp
+1 −1 glm/detail/type_mat4x2.inl
+8 −8 glm/detail/type_mat4x3.hpp
+32 −32 glm/detail/type_mat4x3.inl
+10 −10 glm/detail/type_mat4x4.hpp
+42 −42 glm/detail/type_mat4x4.inl
+5 −3 glm/detail/type_quat.hpp
+20 −11 glm/detail/type_quat.inl
+39 −18 glm/detail/type_quat_simd.inl
+3 −3 glm/detail/type_vec1.hpp
+3 −3 glm/detail/type_vec1.inl
+3 −3 glm/detail/type_vec2.hpp
+3 −3 glm/detail/type_vec2.inl
+3 −3 glm/detail/type_vec3.hpp
+3 −3 glm/detail/type_vec3.inl
+7 −7 glm/detail/type_vec4.hpp
+7 −7 glm/detail/type_vec4.inl
+5 −5 glm/ext/quaternion_common.inl
+7 −7 glm/ext/quaternion_exponential.inl
+3 −3 glm/ext/quaternion_geometric.inl
+1 −1 glm/ext/quaternion_transform.inl
+5 −5 glm/gtc/quaternion.inl
+4 −4 glm/gtx/compatibility.hpp
+3 −3 glm/gtx/dual_quaternion.hpp
+11 −11 glm/gtx/dual_quaternion.inl
+1 −1 glm/gtx/hash.hpp
+6 −0 glm/gtx/matrix_decompose.hpp
+42 −0 glm/gtx/matrix_decompose.inl
+3 −3 glm/gtx/matrix_factorisation.inl
+12 −6 glm/gtx/matrix_query.inl
+3 −3 glm/gtx/quaternion.inl
+1 −1 glm/gtx/rotate_normalized_axis.inl
+6 −4 manual.md
+1 −1 test/CMakeLists.txt
+19 −19 test/gtc/gtc_quaternion.cpp
+12 −0 test/gtx/gtx_fast_trigonometry.cpp
+2 −1 test/gtx/gtx_hash.cpp
+2 −0 test/gtx/gtx_matrix_decompose.cpp
+8 −2 test/gtx/gtx_matrix_query.cpp
+8 −8 test/gtx/gtx_pca.cpp

0 comments on commit 41789e5

Please sign in to comment.