Browse our Products Toggle navigation
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.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
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.
optimize
Mesh
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.
FbxLoadOptions.compatibleMode
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.