mirror of
https://github.com/g-truc/glm.git
synced 2024-11-23 09:14:34 +00:00
Fixed missing GLM_PLATFORM_CYGWIN declaration #495
This commit is contained in:
parent
444cf0f36a
commit
61d58b0296
@ -62,6 +62,7 @@
|
|||||||
#define GLM_PLATFORM_UNIX 0x00400000
|
#define GLM_PLATFORM_UNIX 0x00400000
|
||||||
#define GLM_PLATFORM_QNXNTO 0x00800000
|
#define GLM_PLATFORM_QNXNTO 0x00800000
|
||||||
#define GLM_PLATFORM_WINCE 0x01000000
|
#define GLM_PLATFORM_WINCE 0x01000000
|
||||||
|
#define GLM_PLATFORM_CYGWIN 0x02000000
|
||||||
|
|
||||||
#ifdef GLM_FORCE_PLATFORM_UNKNOWN
|
#ifdef GLM_FORCE_PLATFORM_UNKNOWN
|
||||||
# define GLM_PLATFORM GLM_PLATFORM_UNKNOWN
|
# define GLM_PLATFORM GLM_PLATFORM_UNKNOWN
|
||||||
|
@ -58,6 +58,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
|
|||||||
- Fixed outerProduct defintions and operator signatures for mat2x4 and vec4 #475
|
- Fixed outerProduct defintions and operator signatures for mat2x4 and vec4 #475
|
||||||
- Fixed eulerAngles precision error, returns NaN #451
|
- Fixed eulerAngles precision error, returns NaN #451
|
||||||
- Fixed undefined reference errors #489
|
- Fixed undefined reference errors #489
|
||||||
|
- Fixed missing GLM_PLATFORM_CYGWIN declaration #495
|
||||||
|
|
||||||
#### [GLM 0.9.7.3](https://github.com/g-truc/glm/releases/tag/0.9.7.3) - 2016-02-21
|
#### [GLM 0.9.7.3](https://github.com/g-truc/glm/releases/tag/0.9.7.3) - 2016-02-21
|
||||||
##### Improvements:
|
##### Improvements:
|
||||||
|
Loading…
Reference in New Issue
Block a user