Ara3D.IO.SharpGLTF 1.6.1

dotnet add package Ara3D.IO.SharpGLTF --version 1.6.1
                    
NuGet\Install-Package Ara3D.IO.SharpGLTF -Version 1.6.1
                    
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="Ara3D.IO.SharpGLTF" Version="1.6.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ara3D.IO.SharpGLTF" Version="1.6.1" />
                    
Directory.Packages.props
<PackageReference Include="Ara3D.IO.SharpGLTF" />
                    
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 Ara3D.IO.SharpGLTF --version 1.6.1
                    
#r "nuget: Ara3D.IO.SharpGLTF, 1.6.1"
                    
#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.
#:package Ara3D.IO.SharpGLTF@1.6.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Ara3D.IO.SharpGLTF&version=1.6.1
                    
Install as a Cake Addin
#tool nuget:?package=Ara3D.IO.SharpGLTF&version=1.6.1
                    
Install as a Cake Tool

Ara3D.IO.SharpGLTF

We have edited and modified SharpGLTF to optimize for performance and maintainability in our own use cases. Some of the major changes include removing guards and validation.

The NuGet package is Ara3D.IO.SharpGLTF; the assembly remains SharpGLTF.Core for upstream API compatibility.

MIT License

Copyright (c) 2026 Ara 3D Copyright (c) 2019 Vicente Penades

Namespaces
.Animations

Contains classes to help decode and interpolate animation curves.

.IO

Code related to JSon serialization.

.Schema2

This namespace contains the collection of classes, structures and enumerations that represent the bulk of the low level API to access glTF2 documents.

It also contains the main entry point Object that represents a glTF2 model: ModelRoot

Additional info

.Runtime

Contains classes and types that can help evaluating a model.

Model evaluation can be useful for these tasks:

  • Dumping a raw list of triangles of the whole scene, in their final positions.
  • Rendering the model on a graphics engine.
.Memory

glTF2 stores structured arrays as encoded byte buffers that are not easy to read directly.

To facilitate buffered array IO, the .Memory namespace provides a number of helper classes and structures that let accessing the data seamlessly.

Additional info

.Transforms

A glTF model usually consist of a scene graph of nodes connected as a visual tree. The relationship between nodes is defined with transforms, usually with 4x4 matrices.

It also handles the way a mesh is brought from its local space to world space, including skinning and morphing.

Extensions support
Product Compatible and additional computed target framework versions.
.NET 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Ara3D.IO.SharpGLTF:

Package Downloads
Ara3D.SDK.IO

File format, BIM Open Schema, and IFC conversion packages for Ara 3D SDK applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.6.1 106 7/3/2026