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)
Christophe Riccio
273beb8779
Merge branch 'master' of https://github.com/g-truc/glm
ago%!(EXTRA string=10 years)
Christophe Riccio
869caacac5
Merge branch 'static-const' of https://github.com/g-truc/glm into static-const
ago%!(EXTRA string=10 years)
Christophe Riccio
9902e3014f
Fixed GTX_extended_min_max build
ago%!(EXTRA string=10 years)
Christophe R.
143c4c336a
Merge pull request #429 from JesseTG/jtg/static-const
...
Add GLM_STATIC_CONST_MEMBERS #429
ago%!(EXTRA string=10 years)
Christophe R.
64c86d1760
Merge pull request #428 from JesseTG/jtg/ignore-more
...
Let's try .gitignore again #428
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
23af86ebe1
Let's try .gitignore again
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
2d1463ced7
Fixed GTX_extended_min_max filename typo #386
ago%!(EXTRA string=10 years)
Christophe Riccio
b0285416b0
Fixed GTX_extended_min_max filename typo #386
ago%!(EXTRA string=10 years)
Christophe Riccio
132bccce1c
Merge branch '0.9.7'
ago%!(EXTRA string=10 years)
Christophe Riccio
4b5694a51c
Fixed readme #include path #426
ago%!(EXTRA string=10 years)
Christophe Riccio
27fa44f2b8
Fixed readme #include path #426
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
1329c64f9b
Updated GLM version
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
11f05cea58
Fixed affineInverse test #192
ago%!(EXTRA string=10 years)
Christophe Riccio
a4ed6568be
Fixed GTC_matrix_inverse affineInverse #192
ago%!(EXTRA string=10 years)
Christophe Riccio
f384e18a78
Added tests for 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)
Christophe Riccio
11bfa1eff7
Fixed GTC_round
ago%!(EXTRA string=10 years)
Sebastian Rettenberger
8af1d0ce2d
Add test for floorMultiple/ceilMultiple (float only)
ago%!(EXTRA string=10 years)
Sebastian Rettenberger
6789d897d2
Fix floorMultiple/ceilMultiple for float
ago%!(EXTRA string=10 years)
Christophe R.
b7ee25e227
Merge pull request #423 from JesseTG/jtg/ignore-more
...
Small improvements to the .gitignore #423
ago%!(EXTRA string=10 years)
Christophe R.
5ddeedc02c
Merge pull request #425 from arkana-fts/master
...
dummy.cpp CRLF->LF #425
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)