Ab4d.SharpEngine.Assimp
4.1.9680
dotnet add package Ab4d.SharpEngine.Assimp --version 4.1.9680
NuGet\Install-Package Ab4d.SharpEngine.Assimp -Version 4.1.9680
<PackageReference Include="Ab4d.SharpEngine.Assimp" Version="4.1.9680" />
<PackageVersion Include="Ab4d.SharpEngine.Assimp" Version="4.1.9680" />
<PackageReference Include="Ab4d.SharpEngine.Assimp" />
paket add Ab4d.SharpEngine.Assimp --version 4.1.9680
#r "nuget: Ab4d.SharpEngine.Assimp, 4.1.9680"
#:package Ab4d.SharpEngine.Assimp@4.1.9680
#addin nuget:?package=Ab4d.SharpEngine.Assimp&version=4.1.9680
#tool nuget:?package=Ab4d.SharpEngine.Assimp&version=4.1.9680
Ab4d.SharpEngine.Assimp
Ab4d.SharpEngine.Assimp provides classes that can use a third-party Assimp importer to import 3D objects into Ab4d.SharpEngine 3D rendering engine.
See the Ab4d.SharpEngine.Samples on GitHub for a sample on how to use the library.
| Product | Versions 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. net9.0 is compatible. 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 is compatible. 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. |
-
net10.0
- Ab4d.Assimp (>= 1.3.9624)
- Ab4d.SharpEngine (>= 4.1.9680)
-
net6.0
- Ab4d.Assimp (>= 1.3.9624)
- Ab4d.SharpEngine (>= 4.1.9680)
-
net8.0
- Ab4d.Assimp (>= 1.3.9624)
- Ab4d.SharpEngine (>= 4.1.9680)
-
net9.0
- Ab4d.Assimp (>= 1.3.9624)
- Ab4d.SharpEngine (>= 4.1.9680)
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 |
|---|---|---|
| 4.1.9680 | 43 | 7/3/2026 |
| 4.0.9594 | 412 | 4/8/2026 |
| 3.2.9509 | 367 | 1/13/2026 |
| 3.2.9501 | 158 | 1/5/2026 |
| 3.2.9386 | 419 | 9/12/2025 |
| 3.2.9364-beta | 226 | 8/21/2025 |
| 3.1.9316 | 354 | 7/7/2025 |
| 3.1.9300-rc3 | 242 | 6/18/2025 |
| 3.1.9299-rc2 | 226 | 6/17/2025 |
| 3.1.9287-rc1 | 236 | 6/5/2025 |
| 3.0.9208 | 457 | 3/19/2025 |
| 3.0.9196 | 368 | 3/6/2025 |
| 3.0.9195-rc4 | 307 | 3/5/2025 |
| 3.0.9175-rc3 | 204 | 2/13/2025 |
| 3.0.9173-rc2 | 190 | 2/11/2025 |
Ab4d.SharpEngine.Assimp v4.1.9680
- Improved AssimpImporter to support importing keyframe and skeleton (skinned) animations. Reading animations data is enabled by default, but can be disabled to improve import speed by setting the new ReadAnimations and ReadSkeletalAnimation to false. After the animation is imported, the following new properties are set: Animations, Skeletons, AnimatedSkeletonMeshes.
- Fixed AssimpImporter in case a material defines an emissive texture - before the material may look white because EmissiveColor was set to white.
- Note that new Ab4d.SharpEngine.Assimp requires a new version of Ab4d.Assimp library v1.3.9624.