mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Fixed refract for negative 'k' #808
This commit is contained in:
parent
3ffcfb8f12
commit
9749727c2d
@ -52,7 +52,7 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
|
|||||||
|
|
||||||
## Release notes
|
## Release notes
|
||||||
|
|
||||||
### [GLM 0.9.9.3](https://github.com/g-truc/glm/commits/master) - 2018-XX-XX
|
### [GLM 0.9.9.3](https://github.com/g-truc/glm/releases/tag/0.9.9.3) - 2018-10-31
|
||||||
#### Features:
|
#### Features:
|
||||||
- Added equal and notEqual overload with max ULPs parameters for scalar numbers #121
|
- Added equal and notEqual overload with max ULPs parameters for scalar numbers #121
|
||||||
- Added GLM_FORCE_SILENT_WARNINGS to silent GLM warnings when using language extensions but using W4 or Wpedantic warnings #814 #775
|
- Added GLM_FORCE_SILENT_WARNINGS to silent GLM warnings when using language extensions but using W4 or Wpedantic warnings #814 #775
|
||||||
@ -61,9 +61,12 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
|
|||||||
|
|
||||||
#### Improvements:
|
#### Improvements:
|
||||||
- Added constant time ULP distance between float #121
|
- Added constant time ULP distance between float #121
|
||||||
|
- Added GLM_FORCE_SILENT_WARNINGS to suppress GLM warnings #822
|
||||||
|
|
||||||
#### Fixes:
|
#### Fixes:
|
||||||
- Fixed simplex noise build with double #734
|
- Fixed simplex noise build with double #734
|
||||||
|
- Fixed bitfieldInsert according to GLSL spec #818
|
||||||
|
- Fixed refract for negative 'k' #808
|
||||||
|
|
||||||
### [GLM 0.9.9.2](https://github.com/g-truc/glm/releases/tag/0.9.9.2) - 2018-09-14
|
### [GLM 0.9.9.2](https://github.com/g-truc/glm/releases/tag/0.9.9.2) - 2018-09-14
|
||||||
#### Fixes:
|
#### Fixes:
|
||||||
|
Loading…
Reference in New Issue
Block a user