Laurie
f66c5ef004
Fixed build by adding missing scope
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)
Sebastian Rettenberger
6789d897d2
Fix floorMultiple/ceilMultiple for float
ago%!(EXTRA string=10 years)
Christophe Riccio
79ceca230f
Fixed compScale
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
5eb7ad5d47
Add IDENTITY constants for quat and simdQuat
...
- Why the hell am I not studying for the test I have tomorrow
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
57e6ea071d
Add simdMat4 static constants
...
- Tests, too
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
ef320a2a2f
Simplify the static const definitions for vectors and quaternions
...
- DRY, baby!
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
9604a7549f
Add IDENTITY and ZERO constants for all matrices
...
- Tests, too
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
d1cdb46cfb
Wrap tquat's, simdQuat's and simdVec4's static constants in GLM_STATIC_CONST_MEMBERS
...
- Also, fixed indentation
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
5df08dfc78
Wrap tvec4's static constants in GLM_STATIC_CONST_MEMBERS
...
- Fix the indentation, too
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
8be318970c
Wrap tvec3's static constants in GLM_STATIC_CONST_MEMBERS
...
- Fixed the indentation, too
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
4552ec737e
Wrap tvec2's static constants in GLM_STATIC_CONST_MEMBERS
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
5a60b3986b
Wrap tvec1's static constants in GLM_STATIC_CONST_MEMBERS
ago%!(EXTRA string=10 years)
lucasb-eyer
91ae754aa5
dummy.cpp CRLF->LF
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
a92ed0cdf5
Add static constants to quat, simdVec4, and simdQuat
...
- No tests, though
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
02b011651b
Add static constants to vec4
...
- Tests, too
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
25bd7014b0
Add static constants for vec3
...
- Tests, too
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
b42a46d246
Add static constants for vec2
...
- Tests, too
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
b8ff59a61b
Add static constants for vec1
...
- Tests, too
ago%!(EXTRA string=10 years)
Christophe Riccio
daaf86dcef
Fixed build
ago%!(EXTRA string=10 years)
Christophe Riccio
d23d909e6d
Added type to identify matrix, vector and quaternion at compile time
ago%!(EXTRA string=10 years)
Christophe Riccio
fa18ca7c2e
Fixed GTC_matrix_inverse affineInverse #192
ago%!(EXTRA string=10 years)
Christophe Riccio
a77d311119
Added packF3x9_E1x5 and unpackF3x9_E1x5 to GTC_packing for RGB9E5 #416
ago%!(EXTRA string=10 years)
Christophe Riccio
7f6e60864a
Fixed GTC_packing unpackUnorm3x10_1x2 #414
ago%!(EXTRA string=10 years)
Christophe Riccio
cb5a2a86ca
Fixed GTC_packing unpackUnorm3x10_1x2 #414
ago%!(EXTRA string=10 years)
Christophe Riccio
26f1065429
Added compScale
ago%!(EXTRA string=10 years)