Stephen Hill
ba46e0500e
Fixed 'GLM_COMPILER_VC2005 is not defined' warning
...
This GLM compiler version isn't defined, so I just removed the legacy functions.
ago%!(EXTRA string=10 years)
Stephen Hill
4bb352b628
Fixed "Declaration shadows a field" warning
ago%!(EXTRA string=10 years)
Adrian Krupa
c9400562ec
Fixed build
ago%!(EXTRA string=10 years)
humbletim
52c9f124e3
Fixed ldexp and frexp compilation errors
ago%!(EXTRA string=10 years)
Christophe Riccio
1936921ec7
Fixed log from GTX_lob_base build error with tests #470 , #471
ago%!(EXTRA string=10 years)
Sven-Hendrik Haase
a827b248ef
Fix wrong docs
...
The function this function is a helper of is using radians. In fact, glm is using radians everywhere!
ago%!(EXTRA string=10 years)
Christophe Riccio
a754ab2e7e
Fixed ICC on Linux build errors #449
ago%!(EXTRA string=10 years)
Christophe Riccio
adb03bee5c
Fixed ICC on Linux build errors #449
ago%!(EXTRA string=10 years)
Christophe Riccio
df39980121
Tentative fix for 64 bits on GCC
ago%!(EXTRA string=10 years)
Christophe Riccio
7a1c042d8b
Fixed ICC on Linux build errors #449
ago%!(EXTRA string=10 years)
Christophe Riccio
2f2782d72a
Fixed ICC on Linux build errors #449
ago%!(EXTRA string=10 years)
Christophe Riccio
e9febd9ee7
Fixed log from GTX_lob_base build error with tests #470 , #471
ago%!(EXTRA string=10 years)
Stephen Hill
47a2a6adfb
Fixed various 'X is not defined' warnings
ago%!(EXTRA string=10 years)
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.
ago%!(EXTRA string=10 years)
Stephen Hill
22467f00f8
Fixed "Declaration shadows a field" warning
ago%!(EXTRA string=10 years)
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!
ago%!(EXTRA string=10 years)
humbletim
8c55a64fdd
Fixed ldexp compilation error
ago%!(EXTRA string=10 years)
sippeangelo
014a7f8404
This fixes #461
ago%!(EXTRA string=10 years)
Adrian Krupa
8fd8c56074
Fixed frexp compilation error
ago%!(EXTRA string=10 years)
Erik Sejersen
2edd8b8d44
frustumLH compile error fix.
ago%!(EXTRA string=10 years)
Sven-Hendrik Haase
16aba1a937
Fix docs
ago%!(EXTRA string=10 years)
Christophe Riccio
254ea0ee24
Tentative fix for ICC errors #449
ago%!(EXTRA string=10 years)
Erik Sejersen
8200f815bf
Added left and right handedness to more projection functions and added a define for glClipControl GL_ZERO_TO_ONE
ago%!(EXTRA string=10 years)
Laurie
f66c5ef004
Fixed build by adding missing scope
ago%!(EXTRA string=10 years)
jan p springer
2547d14240
fixed: ostream operators
ago%!(EXTRA string=10 years)
Sven-Hendrik Haase
a75e38fb40
Remove old commented code
ago%!(EXTRA string=10 years)
Christophe Riccio
627d36fd47
Updated GLM version
ago%!(EXTRA string=10 years)
Christophe Riccio
85e88a366d
Cygwin GCC doesn't have a C++11 STL library
ago%!(EXTRA string=10 years)
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.
ago%!(EXTRA string=10 years)
Sergey Alexandrov
e05935c7bd
Add const qualifier in extractEulerAngleXYZ()
ago%!(EXTRA string=10 years)
Christophe Riccio
32fc69ee11
- Added unary + operator #435
ago%!(EXTRA string=10 years)
Christophe Riccio
5cd49977e6
Fixed build
ago%!(EXTRA string=10 years)
Christophe Riccio
a257beb5de
Added missing bvec* && and || operators
ago%!(EXTRA string=10 years)
Christophe Riccio
560dcdbec0
Added 8bit pack and unpack to GTC_packing
ago%!(EXTRA string=10 years)
Christophe Riccio
bb9ce516b0
Added 16bit pack and unpack to GTC_packing
ago%!(EXTRA string=10 years)
Christophe Riccio
92a6c207bc
Fixed build on C++98 compiler
ago%!(EXTRA string=10 years)
Christophe Riccio
7f4d8c38c9
Fixed (un)packHalf
ago%!(EXTRA string=10 years)
Christophe Riccio
04c8f05a34
Added (un)packUnorm and (un)packSnorm to GTC_packing
ago%!(EXTRA string=10 years)
Christophe Riccio
65c8f8fcf0
Added (un)packHalf
ago%!(EXTRA string=10 years)
Christophe Riccio
8508e099d0
Fixed compScale test
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
e55eb1e08b
Removed ambiguity in fmat4x4 constructor
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
08bf6e78c9
Renamed comp (X|Y|Z|W) template parameters in fvec4SIMD to (X|Y|Z|W)_
ago%!(EXTRA string=10 years)
Christophe Riccio
8814ae50c9
Fixed GTX_extended_min_max filename typo #386
ago%!(EXTRA string=10 years)
Christophe Riccio
045e5bee1a
Improved GTC_reciprocal documentation
ago%!(EXTRA string=10 years)
Christophe Riccio
8e3e6108d5
Improved GTC_random linearRand documentations
ago%!(EXTRA string=10 years)
Christophe Riccio
d0c57e7afd
Revert
ago%!(EXTRA string=10 years)
lucasb-eyer
5e994bcf39
dummy.cpp CRLF->LF
ago%!(EXTRA string=10 years)
Christophe Riccio
a4ed6568be
Fixed GTC_matrix_inverse affineInverse #192
ago%!(EXTRA string=10 years)
Christophe Riccio
e37fe66d5e
Fixed GTC_packing unpackUnorm3x10_1x2 #414
ago%!(EXTRA string=10 years)
Christophe Riccio
06ad5a2cd4
Fixed GTC_packing unpackUnorm3x10_1x2 #414
ago%!(EXTRA string=10 years)