Ab4d.SharpEngine.glTF 2.0.9060

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Ab4d.SharpEngine.glTF --version 2.0.9060                
NuGet\Install-Package Ab4d.SharpEngine.glTF -Version 2.0.9060                
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="Ab4d.SharpEngine.glTF" Version="2.0.9060" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ab4d.SharpEngine.glTF --version 2.0.9060                
#r "nuget: Ab4d.SharpEngine.glTF, 2.0.9060"                
#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.
// Install Ab4d.SharpEngine.glTF as a Cake Addin
#addin nuget:?package=Ab4d.SharpEngine.glTF&version=2.0.9060

// Install Ab4d.SharpEngine.glTF as a Cake Tool
#tool nuget:?package=Ab4d.SharpEngine.glTF&version=2.0.9060                

Ab4d.SharpEngine.glTF

Ab4d.SharpEngine.glTF library provides a glTF 2.0 importer that can import 3D objects from glTF files to Ab4d.SharpEngine 3D objects. The library also provides a glTF exporter that can export the 3D scene created by Ab4d.SharpEngine to the glTF file.

Limitations:

  • Ab4d.SharpEngine does not support Physically Based Rendering (PBR) materials so all materials in glTF files are converted into StandardMaterials (diffuse + emissive + specular shading).
  • glTF files with draco compression are not supported.
  • Importing cameras, lights, lines, animations and multiple scenes are not supported.

See the Ab4d.SharpEngine.Samples on GitHub for a sample on how to use the library.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows 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
2.1.9060-beta1 88 10/21/2024
2.1.9028-beta1 79 9/20/2024
2.0.9060 190 10/21/2024
2.0.8960 329 7/13/2024
2.0.8956 108 7/9/2024
2.0.8951 154 7/4/2024
2.0.8941-rc2 146 6/24/2024
2.0.8936-rc1 118 6/19/2024

Ab4d.SharpEngine.glTF v2.0.9060 references a new System.Text.Json (previous version had a known vulnerability).