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 Node.js via Java 24.3

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 2.51MB
  • Date Added:
  • 27/3/2024

Description

Aspose.3D for Node.js via Java 24.3.

File Details

Optimized Mesh Memory Usage

The new optimize method in the Mesh class in Aspose.3D for Node.js via Java 24.3 allows you to reduce memory consumption by eliminating duplicated control points. This is ideal for handling large 3D models efficiently.

Enhanced FBX Compatibility

The Node.js 3D processing API now offers better support for FBX files containing PBR materials, commonly exported by Blender. The FbxLoadOptions.compatibleMode property enables the reconstruction of these materials for improved rendering.

Flexible File System Creation

This version provides various methods for creating file systems, including local directory access, memory-based storage, and ZIP file handling. This code example illustrates file system creation using the 3D API:


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.setFileSystem(FileSystem.createLocalFileSystem("textures/"));
//load the file
var scene = Scene.fromFile(inputFile, opt);

Source*

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

 English