Christophe Riccio
7a1c042d8b
Fixed ICC on Linux build errors #449
2016-01-03 17:10:24 +01:00
Christophe Riccio
2f2782d72a
Fixed ICC on Linux build errors #449
2016-01-03 16:03:30 +01:00
Christophe R
8d4d9d1877
Merge pull request #466 from humbletim/master
...
Fixed ldexp compilation error #466
2016-01-01 14:34:04 +01:00
Christophe Riccio
e9febd9ee7
Fixed log from GTX_lob_base build error with tests #470 , #471
2016-01-01 14:30:14 +01:00
Christophe R
d94b0b7971
Merge pull request #467 from svenstaro/patch-2
...
Fix wrong docs #467
2016-01-01 12:50:59 +01:00
Stephen Hill
47a2a6adfb
Fixed various 'X is not defined' warnings
2015-12-23 12:19:13 -05:00
Stephen Hill
89cecd373a
Fixed 'GLM_COMPILER_VC2005 is not defined' warning
...
This GLM compiler version isn't defined, so I just removed the legacy functions.
2015-12-23 12:18:14 -05:00
Stephen Hill
22467f00f8
Fixed "Declaration shadows a field" warning
2015-12-23 12:16:31 -05:00
Sven-Hendrik Haase
816b6b8c34
Fix wrong docs
...
The function this function is a helper of is using radians. In fact, glm is using radians everywhere!
2015-12-23 01:24:48 +01:00
humbletim
8c55a64fdd
Fixed ldexp compilation error
2015-12-19 19:22:33 -05:00
sippeangelo
014a7f8404
This fixes #461
2015-12-16 16:03:37 +01:00
Christophe R
78f686b4be
Merge pull request #455 from Karanlos/master
...
frustumLH compile error fix. #455
2015-12-06 19:59:17 +01:00
Adrian Krupa
8fd8c56074
Fixed frexp compilation error
2015-11-29 20:53:04 +01:00
Erik Sejersen
2edd8b8d44
frustumLH compile error fix.
2015-11-23 00:52:38 +01:00
Christophe R
0d2fd871af
Merge pull request #447 from Karanlos/master
...
More right and left handed projection matrix support plus support for glClipControl GL_ZERO_TO_ONE #447
2015-11-22 11:43:21 +01:00
Sven-Hendrik Haase
16aba1a937
Fix docs
2015-11-22 06:48:23 +01:00
Christophe Riccio
254ea0ee24
Tentative fix for ICC errors #449
2015-11-21 11:27:09 +01:00
Erik Sejersen
8200f815bf
Added left and right handedness to more projection functions and added a define for glClipControl GL_ZERO_TO_ONE
2015-11-17 14:52:50 +01:00
Christophe R
3a960f2afb
Merge pull request #436 from taketwo/add-const
...
Add const qualifier in extractEulerAngleXYZ() #436
2015-11-17 11:01:49 +01:00
Christophe R
376732e5ae
Merge pull request #437 from svenstaro/patch-1
...
Fix unintentional backface culling in triangle intersect #437
2015-11-17 10:58:15 +01:00
Laurie
f66c5ef004
Fixed build by adding missing scope
2015-11-07 09:08:37 +00:00
Sven-Hendrik Haase
a75e38fb40
Remove old commented code
2015-10-23 15:58:43 +02:00
Christophe Riccio
0af2e05b1b
Merge 0.9.7 branch
2015-10-22 00:32:47 +02:00
Christophe Riccio
627d36fd47
Updated GLM version
2015-10-22 00:31:15 +02:00
Christophe Riccio
85e88a366d
Cygwin GCC doesn't have a C++11 STL library
2015-10-22 00:27:10 +02:00
Sven-Hendrik Haase
96b7850cab
Fix unintentional backface culling in triangle intersect
...
This also fixes #194 . The backface culling is unintentional because it is not documented anywhere and we can't give the triangle a normal so just assume the general case.
2015-10-20 04:05:58 +02:00
Sergey Alexandrov
e05935c7bd
Add const qualifier in extractEulerAngleXYZ()
2015-10-18 17:41:19 +02:00
Christophe Riccio
32fc69ee11
- Added unary + operator #435
2015-10-17 04:11:52 +02:00
Christophe Riccio
5cd49977e6
Fixed build
2015-10-15 04:38:26 +02:00
Christophe Riccio
a257beb5de
Added missing bvec* && and || operators
2015-10-15 04:28:08 +02:00
Christophe Riccio
560dcdbec0
Added 8bit pack and unpack to GTC_packing
2015-10-12 01:03:01 +02:00
Christophe Riccio
bb9ce516b0
Added 16bit pack and unpack to GTC_packing
2015-10-11 23:02:42 +02:00
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 Riccio
8508e099d0
Fixed compScale test
2015-10-08 23:49:43 +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
Jesse Talavera-Greenberg
e55eb1e08b
Removed ambiguity in fmat4x4 constructor
2015-10-07 16:12:45 -04:00
Jesse Talavera-Greenberg
08bf6e78c9
Renamed comp (X|Y|Z|W) template parameters in fvec4SIMD to (X|Y|Z|W)_
2015-10-07 16:11:23 -04:00
Christophe Riccio
8814ae50c9
Fixed GTX_extended_min_max filename typo #386
2015-10-07 21:49:33 +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
1329c64f9b
Updated GLM version
2015-10-07 21:28:53 +02:00
Christophe Riccio
d0c57e7afd
Revert
2015-10-07 21:06:01 +02:00
lucasb-eyer
5e994bcf39
dummy.cpp CRLF->LF
2015-10-07 20:39:20 +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
Christophe R.
5ddeedc02c
Merge pull request #425 from arkana-fts/master
...
dummy.cpp CRLF->LF #425
2015-10-07 00:31:27 +02:00
Christophe Riccio
79ceca230f
Fixed compScale
2015-10-06 01:51:52 +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
57e6ea071d
Add simdMat4 static constants
...
- Tests, too
2015-10-05 19:31:17 -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
9604a7549f
Add IDENTITY and ZERO constants for all matrices
...
- Tests, too
2015-10-05 19:26:30 -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
5df08dfc78
Wrap tvec4's static constants in GLM_STATIC_CONST_MEMBERS
...
- Fix the indentation, too
2015-10-05 18:25:01 -04:00
Jesse Talavera-Greenberg
8be318970c
Wrap tvec3's static constants in GLM_STATIC_CONST_MEMBERS
...
- Fixed the indentation, too
2015-10-05 18:24:31 -04:00
Jesse Talavera-Greenberg
4552ec737e
Wrap tvec2's static constants in GLM_STATIC_CONST_MEMBERS
2015-10-05 18:23:18 -04:00
Jesse Talavera-Greenberg
5a60b3986b
Wrap tvec1's static constants in GLM_STATIC_CONST_MEMBERS
2015-10-05 18:22:43 -04:00
lucasb-eyer
91ae754aa5
dummy.cpp CRLF->LF
2015-10-05 23:16:38 +02:00
Jesse Talavera-Greenberg
a92ed0cdf5
Add static constants to quat, simdVec4, and simdQuat
...
- No tests, though
2015-10-02 18:36:27 -04:00
Jesse Talavera-Greenberg
02b011651b
Add static constants to vec4
...
- Tests, too
2015-10-02 18:34:53 -04:00
Jesse Talavera-Greenberg
25bd7014b0
Add static constants for vec3
...
- Tests, too
2015-10-02 18:34:17 -04:00
Jesse Talavera-Greenberg
b42a46d246
Add static constants for vec2
...
- Tests, too
2015-10-02 18:33:14 -04:00
Jesse Talavera-Greenberg
b8ff59a61b
Add static constants for vec1
...
- Tests, too
2015-10-02 18:32:39 -04:00
Christophe Riccio
daaf86dcef
Fixed build
2015-10-01 23:59:20 +02: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
Christophe Riccio
bc326abd50
Fixed merge
2015-09-28 19:27:53 +02:00
Christophe Riccio
26f1065429
Added compScale
2015-09-28 19:23:16 +02:00
Christophe Riccio
26590ecb0b
Added compScale
2015-09-28 11:30:54 +02:00
Christophe R.
518937965d
Merge pull request #413 from TUM-I5/master
...
Fix floorMultiple/ceilMultiple for floating point values #413
2015-09-28 11:17:33 +02:00
Christophe Riccio
12f0ca520d
Fixed build
2015-09-25 03:20:54 +02:00
Christophe Riccio
10e28738cc
Updated GLM revision
2015-09-25 03:16:59 +02:00
Christophe Riccio
a9ab80d5fd
Added compNormalize function to GTX_component_wise
2015-09-25 03:14:11 +02:00
Christophe Riccio
998feff87e
Added GTX_float_normalize
2015-09-25 02:39:41 +02:00
Sebastian Rettenberger
de9e62f0a4
Fix floorMultiple/ceilMultiple for float
2015-09-23 12:03:15 +02:00
Christophe Riccio
8f39bb8730
Removed unused func_noise.* files #398
2015-09-06 22:30:17 +02:00
Christophe Riccio
a93d09be34
Fixed builtin bitscan never being used #392
2015-09-06 22:06:26 +02:00
Christophe Riccio
d8d954fca0
- Fixed builtin bitscan always used even when GLM_FORCE_PURE requested #392
2015-09-06 22:02:54 +02:00
Daniel Limberger
1c6eff28fc
rename scalar parameters in vec1, vec2, vec3, and vec4
2015-09-04 16:15:35 +02:00
Christophe Riccio
d7b01eb9ad
Updated revision number for upcoming release
2015-08-31 22:55:00 +02:00
Christophe Riccio
e7bae9891a
Improved coding style consistency
2015-08-31 22:50:24 +02:00
Christophe Riccio
bf30816e36
- Added to_string for quat and dual_quat in GTX_string_cast #375
2015-08-31 22:34:14 +02:00
Christophe Riccio
d8f7b080d0
Fixed build
2015-08-31 22:25:12 +02:00
Christophe Riccio
3356896a3a
Fixed build
2015-08-31 22:21:03 +02:00
Christophe Riccio
1d266efe20
- Improved constexpr for constant functions coverage #198
2015-08-31 22:14:45 +02:00
Christophe Riccio
f92c1219ed
Fixed non-identity quaternions for equal vectors #234
2015-08-31 21:56:34 +02:00
Christophe Riccio
f28708265d
Merge branch 'master' of https://github.com/g-truc/glm
2015-08-31 18:57:07 +02:00
Christophe Riccio
c10df14b58
Fixed strict alignment warnings #235 #370
2015-08-31 18:55:45 +02:00
Christophe R.
7a8b532519
Merge pull request #393 from morganbengtsson/master
...
Update matrix_decompose.hpp #393
2015-08-31 18:18:23 +02:00
Christophe Riccio
2f4338269d
Fixed reliability issue of GLM_HAS caps #377
2015-08-31 18:14:54 +02:00
Christophe Riccio
6aabe5a07d
Fixed warnings
2015-08-31 18:13:46 +02:00
Christophe Riccio
debed28149
Fixed link errors on compilers not supported default function #377
2015-08-31 18:01:51 +02:00
Morgan Bengtsson
497da9a7cd
Update matrix_decompose.hpp
...
Changed documentation to show correct include file.
2015-08-28 22:13:05 +02:00