Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

Aspose.3D for .NET 24.3

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 9.84MB
  • Date Added:
  • 26/3/2024

Description

It contains Aspose.3D for .NET 24.3 release (MSI installer).

File Details

By downloading the MSI installer of Aspose.3D for .NET 24.3, developers can easily integrate refined mesh optimization, versatile file system creation methods, and enhanced FBX import capabilities into their C# 3D apps.

Enhanced Mesh Optimization

Experience greater control over tolerance levels for control points, normals, and UVs, enabling efficient memory usage with the new Mesh.Optimize method.

FBX Compatible Mode

.NET developers can rely on Aspose.3D for .NET API to reconstruct PBR materials from FBX files with non-standard definitions and expand import capabilities.

Versatile File System APIs

The latest update to the C# 3D apps API enables the creation of local, memory-based, or dummy file systems for streamlined file operations. The following code example highlights this functionality in C#:


    var inputFile = "input.fbx";
    var format = FileFormat.Detect(inputFile);
    //create a load options instance and specify a local file system
    var opt = format.CreateLoadOptions();
    opt.FileSystem = FileSystem.CreateLocalFileSystem("textures/");
    //load the file
    var scene = Scene.FromFile(inputFile, opt);

Source*

Changes to the Public API

We have introduced various new API members and removed a few others to enhance the overall user experience and stability for .NET developers.

You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting Aspose.3D for .NET 24.3 Release Notes.

 English