Christophe Riccio
|
92a6c207bc
|
Fixed build on C++98 compiler
|
2015-10-11 22:01:02 +02:00 |
|
Christophe Riccio
|
7f4d8c38c9
|
Fixed (un)packHalf
|
2015-10-11 21:20:37 +02:00 |
|
Christophe Riccio
|
04c8f05a34
|
Added (un)packUnorm and (un)packSnorm to GTC_packing
|
2015-10-10 03:04:32 +02:00 |
|
Christophe Riccio
|
65c8f8fcf0
|
Added (un)packHalf
|
2015-10-10 01:54:54 +02:00 |
|
Christophe R.
|
143c4c336a
|
Merge pull request #429 from JesseTG/jtg/static-const
Add GLM_STATIC_CONST_MEMBERS #429
|
2015-10-07 22:28:49 +02:00 |
|
Christophe Riccio
|
045e5bee1a
|
Improved GTC_reciprocal documentation
|
2015-10-07 21:41:05 +02:00 |
|
Christophe Riccio
|
8e3e6108d5
|
Improved GTC_random linearRand documentations
|
2015-10-07 21:35:28 +02:00 |
|
Christophe Riccio
|
a4ed6568be
|
Fixed GTC_matrix_inverse affineInverse #192
|
2015-10-07 20:38:38 +02:00 |
|
Christophe Riccio
|
e37fe66d5e
|
Fixed GTC_packing unpackUnorm3x10_1x2 #414
|
2015-10-07 20:38:20 +02:00 |
|
Christophe Riccio
|
06ad5a2cd4
|
Fixed GTC_packing unpackUnorm3x10_1x2 #414
|
2015-10-07 20:37:30 +02:00 |
|
Sebastian Rettenberger
|
6789d897d2
|
Fix floorMultiple/ceilMultiple for float
|
2015-10-07 20:34:02 +02:00 |
|
Jesse Talavera-Greenberg
|
5eb7ad5d47
|
Add IDENTITY constants for quat and simdQuat
- Why the hell am I not studying for the test I have tomorrow
|
2015-10-05 19:32:19 -04:00 |
|
Jesse Talavera-Greenberg
|
ef320a2a2f
|
Simplify the static const definitions for vectors and quaternions
- DRY, baby!
|
2015-10-05 19:30:16 -04:00 |
|
Jesse Talavera-Greenberg
|
d1cdb46cfb
|
Wrap tquat's, simdQuat's and simdVec4's static constants in GLM_STATIC_CONST_MEMBERS
- Also, fixed indentation
|
2015-10-05 18:27:07 -04:00 |
|
Jesse Talavera-Greenberg
|
a92ed0cdf5
|
Add static constants to quat, simdVec4, and simdQuat
- No tests, though
|
2015-10-02 18:36:27 -04:00 |
|
Christophe Riccio
|
d23d909e6d
|
Added type to identify matrix, vector and quaternion at compile time
|
2015-10-01 23:09:06 +02:00 |
|
Christophe Riccio
|
fa18ca7c2e
|
Fixed GTC_matrix_inverse affineInverse #192
|
2015-10-01 22:20:30 +02:00 |
|
Christophe Riccio
|
a77d311119
|
Added packF3x9_E1x5 and unpackF3x9_E1x5 to GTC_packing for RGB9E5 #416
|
2015-10-01 00:43:37 +02:00 |
|
Christophe Riccio
|
7f6e60864a
|
Fixed GTC_packing unpackUnorm3x10_1x2 #414
|
2015-09-29 01:25:02 +02:00 |
|
Christophe Riccio
|
cb5a2a86ca
|
Fixed GTC_packing unpackUnorm3x10_1x2 #414
|
2015-09-28 23:47:40 +02:00 |
|
Sebastian Rettenberger
|
de9e62f0a4
|
Fix floorMultiple/ceilMultiple for float
|
2015-09-23 12:03:15 +02:00 |
|
Christophe Riccio
|
d8f7b080d0
|
Fixed build
|
2015-08-31 22:25:12 +02:00 |
|
Christophe Riccio
|
1d266efe20
|
- Improved constexpr for constant functions coverage #198
|
2015-08-31 22:14:45 +02:00 |
|
Christophe Riccio
|
c10df14b58
|
Fixed strict alignment warnings #235 #370
|
2015-08-31 18:55:45 +02:00 |
|
Simon Krogmann
|
0092c91f42
|
Fix incorrect parenthesis
In VC++ 2013 this error led to a runtime exception when using
circularRand or linearRand while "Smaller Type Check" (/RTCc)
was enabled.
|
2015-08-09 19:08:41 +02:00 |
|
Christophe Riccio
|
e0c4a71016
|
Clean up doxygen and source
|
2015-08-02 01:39:00 +02:00 |
|
Christophe Riccio
|
5437d49cf2
|
Renamed GTC_color to GTC_color_space
|
2015-08-01 21:55:28 +02:00 |
|
Christophe Riccio
|
afa193704c
|
Fixed interactions with GLM_FORCE_NO_CTOR_INIT and default functions #366
|
2015-07-25 23:23:59 +02:00 |
|
Christophe Riccio
|
a56a40e1f2
|
Added support of defaulted functions to GLM types, to use them in unions #366
|
2015-07-25 21:31:51 +02:00 |
|
Christophe Riccio
|
f602c8e7ad
|
Updated _MAYBE to follow GLM conventions
|
2015-07-24 02:02:24 +02:00 |
|
Jesse Talavera-Greenberg
|
9cc7dc1763
|
Simplify GLM_FORCE_EXPLICIT_CTOR declarations
- Instead of wrapping the declarations, use a macro for the keyword "explicit"
|
2015-07-20 20:18:24 -04:00 |
|
Jesse Talavera-Greenberg
|
c2078afc12
|
Simplify the constexpr declarations of the GLM_META_PROG_HELPERS
- No repetition
- Half the size
|
2015-07-20 20:15:45 -04:00 |
|
Christophe Riccio
|
056d6bd95e
|
fixed typo #344
|
2015-07-19 15:55:44 +02:00 |
|
Christophe Riccio
|
c90f7b0973
|
Fixed build
|
2015-07-19 01:04:07 +02:00 |
|
Christophe Riccio
|
38c9cd6cba
|
Added GLM_META_PROG_HELPERS #350
|
2015-07-19 00:25:33 +02:00 |
|
Jesse Talavera-Greenberg
|
a9c26d065b
|
Add static components and prec members to all vector and quaternion types
|
2015-07-03 14:57:46 -04:00 |
|
Christophe Riccio
|
ea36f44294
|
Fixed perspective fovy argument documentation #327
|
2015-05-01 23:46:09 +02:00 |
|
Aaron Cooper
|
982e395331
|
Accidentally changed spaces to tabs. Reverting that change.
|
2015-02-21 14:43:07 -05:00 |
|
Aaron Cooper
|
490cfbea3a
|
Added left handed functions for perspective, perspectiveFov, and lookAt.
|
2015-02-21 14:39:45 -05:00 |
|
plasmacel
|
62658e8dce
|
add default precision to quat type
|
2015-02-17 07:05:37 +01:00 |
|
Christophe Riccio
|
6af33a31fd
|
Merged 0.9.6 branch
|
2015-02-15 16:35:46 +01:00 |
|
Christophe Riccio
|
042270d049
|
Added 'fmod' overload to GTX_common with tests, Removed integer specification for 'mod' in GTC_integer #308
|
2015-02-15 12:38:23 +01:00 |
|
Christophe Riccio
|
7844332816
|
Fixed memory corruption (undefined behaviour) #303
|
2015-02-14 13:56:48 +01:00 |
|
Christophe Riccio
|
387df50459
|
Updated GTC_color
|
2015-02-12 21:21:50 +01:00 |
|
Christophe Riccio
|
3ea110b44d
|
Added GTC_color documentation
|
2015-02-11 00:14:17 +01:00 |
|
Christophe Riccio
|
40d0bc2e85
|
Added GTC_color, rgbToSrgb and srgbToRgb with tests
|
2015-02-10 23:49:49 +01:00 |
|
Christophe Riccio
|
0ceb9e9394
|
packing function clean up #292
|
2015-01-09 23:57:22 +01:00 |
|
Christophe Riccio
|
d9290d7887
|
Fixed GTC_packing *pack*norm*x* build and added tests #292
|
2015-01-09 23:14:10 +01:00 |
|
Christophe Riccio
|
ed3d8e17e4
|
Fixed warnings in F2x11_1x10 packing function in GTC_packing #295
|
2015-01-08 23:50:06 +01:00 |
|
Christophe Riccio
|
1dce8bf200
|
Removed assert for perspective with zFar < zNear #298
|
2015-01-08 22:53:21 +01:00 |
|