Ab3d.DXEngine.glTF 1.0.8992

dotnet add package Ab3d.DXEngine.glTF --version 1.0.8992
                    
NuGet\Install-Package Ab3d.DXEngine.glTF -Version 1.0.8992
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ab3d.DXEngine.glTF" Version="1.0.8992" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ab3d.DXEngine.glTF" Version="1.0.8992" />
                    
Directory.Packages.props
<PackageReference Include="Ab3d.DXEngine.glTF" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Ab3d.DXEngine.glTF --version 1.0.8992
                    
#r "nuget: Ab3d.DXEngine.glTF, 1.0.8992"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Ab3d.DXEngine.glTF&version=1.0.8992
                    
Install Ab3d.DXEngine.glTF as a Cake Addin
#tool nuget:?package=Ab3d.DXEngine.glTF&version=1.0.8992
                    
Install Ab3d.DXEngine.glTF as a Cake Tool

Ab3d.DXEngine.glTF

Ab3d.DXEngine.glTF library provides a glTF 2.0 importer that can import 3D objects from glTF files to Ab3d.DXEngine 3D objects.

See the Ab3d.DXEngine.Wpf.Samples on GitHub for a sample on how to use the library (check the "Other Ab3d.DXEngine samples / glTF importer" sample).

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net9.0-windows was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.0.8992 322 8 months ago
1.0.8961 141 9 months ago

This version internalizes the glTFLoader so a newer version of Newtonsoft.Json can be used (this prevents vulnerability warning in Visual Studio).