unofficial.flayan.glm
0.9.8.4
dotnet add package unofficial.flayan.glm --version 0.9.8.4
NuGet\Install-Package unofficial.flayan.glm -Version 0.9.8.4
<PackageReference Include="unofficial.flayan.glm" Version="0.9.8.4" />
paket add unofficial.flayan.glm --version 0.9.8.4
#r "nuget: unofficial.flayan.glm, 0.9.8.4"
// Install unofficial.flayan.glm as a Cake Addin #addin nuget:?package=unofficial.flayan.glm&version=0.9.8.4 // Install unofficial.flayan.glm as a Cake Tool #tool nuget:?package=unofficial.flayan.glm&version=0.9.8.4
OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specifications.
This is an unofficial release of the library
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.9.8.4 | 1,898 | 2/20/2017 |
Fixes:
* Fixed GTC_packing test failing on GCC x86 due to denorms #212 #577
* Fixed POPCNT optimization build in Clang #512
* Fixed intersectRayPlane returns true in parallel case #578
* Fixed GCC 6.2 compiler warnings #580
* Fixed GTX_matrix_decompose decompose #582 #448
* Fixed GCC 4.5 and older build #566
* Fixed Visual C++ internal error when declaring a global vec type with siwzzle expression enabled #594
* Fixed GLM_FORCE_CXX11 with Clang and libstlc++ which wasn't using C++11 STL features. #604