Microsoft.glTF.iOS.CPP
1.6.1
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.glTF.iOS.CPP --version 1.6.1
NuGet\Install-Package Microsoft.glTF.iOS.CPP -Version 1.6.1
<PackageReference Include="Microsoft.glTF.iOS.CPP" Version="1.6.1" />
paket add Microsoft.glTF.iOS.CPP --version 1.6.1
#r "nuget: Microsoft.glTF.iOS.CPP, 1.6.1"
// Install Microsoft.glTF.iOS.CPP as a Cake Addin #addin nuget:?package=Microsoft.glTF.iOS.CPP&version=1.6.1 // Install Microsoft.glTF.iOS.CPP as a Cake Tool #tool nuget:?package=Microsoft.glTF.iOS.CPP&version=1.6.1
A C++ library for decoding and encoding glTF files.
Learn more about Target Frameworks and .NET Standard.
-
- rapidjson.tempRelease (>= 0.0.2.20)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
-Changed AnimationChannels vector to an indexed container
-Added a Version type
-Added optional support for UTF-8 byte order marks
-Added support for generating line list indices for line strips and line loops
-Added utils to support morph weight animation
-Added missing operators to Color3 and Color4 classes
-Added conversion of Color4 to uint32_t bgra
-Enabled and fixed all clang warnings