Merge branch '0.9.6'

master
Christophe Riccio ago%!(EXTRA string=11 years)
commit 3b93835801
  1. 7
      copying.txt
  2. 4
      readme.txt

@ -1,12 +1,13 @@
================================================================================ ================================================================================
OpenGL Mathematics (GLM) OpenGL Mathematics (GLM)
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
GLM is licensed under The Happy Bunny License and MIT License GLM can be distributed and/or modified under the terms of either
a) The Happy Bunny License, or b) the MIT License.
================================================================================ ================================================================================
The Happy Bunny License (Modified MIT License) The Happy Bunny License (Modified MIT License)
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Copyright (c) 2005 - 2014 G-Truc Creation Copyright (c) 2005 - 2015 G-Truc Creation
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
@ -33,7 +34,7 @@ THE SOFTWARE.
================================================================================ ================================================================================
The MIT License The MIT License
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Copyright (c) 2005 - 2014 G-Truc Creation Copyright (c) 2005 - 2015 G-Truc Creation
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

@ -1,7 +1,8 @@
================================================================================ ================================================================================
OpenGL Mathematics (GLM) OpenGL Mathematics (GLM)
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
GLM is licensed under The Happy Bunny License and MIT License GLM can be distributed and/or modified under the terms of either
a) The Happy Bunny License, or b) the MIT License.
================================================================================ ================================================================================
The Happy Bunny License (Modified MIT License) The Happy Bunny License (Modified MIT License)
@ -79,6 +80,7 @@ Improvements:
- Removed assert for perspective with zFar < zNear #298 - Removed assert for perspective with zFar < zNear #298
- Added Visual Studio natvis support for vec1, quat and dualqual types - Added Visual Studio natvis support for vec1, quat and dualqual types
- Cleaned up C++11 feature detections - Cleaned up C++11 feature detections
- Clarify GLM licensing
Fixes: Fixes:
- Fixed faceforward build #289 - Fixed faceforward build #289

Loading…
Cancel
Save