Browse Source

Added explicit matrix cast to quaternion, updated readme #275

Christophe Riccio 11 năm trước cách đây
mục cha
commit
d65fb97e47
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      readme.txt

+ 1 - 0
readme.txt

@@ -78,6 +78,7 @@ Improvements:
 - Used std features within GLM without redeclaring
 - Optimized cot function #272
 - Optimized sign function #272
+- Added explicit cast from quat to mat3 and mat4 #275
 
 Fixes:
 - Fixed std::nextafter not supported with C++11 on Android #217