Aspose.3D for Java 22.9 Release Notes

Improvements and Changes

KeySummaryCategory
THREEDNET-1232Add internal temporary file system support for FBX importerImprovement
THREEDNET-1111GLTF export is not goodBug fixing
THREEDNET-1215When importing an OBJ file, one node can only read one material?Bug fixing
THREEDNET-1216Converting GLB to GLB loses texturesBug fixing
THREEDNET-1225Analyze issues found in App server - 2022 SeptemberBug fixing
THREEDNET-1227Unsupported options in ASE files: MATERIAL_SOFTEN/PHYSIQUE/MATERIAL_SHINEBug fixing
THREEDNET-1228Exception when importing JT files: An item with the same key has already been addedBug fixing
THREEDNET-1230STL files with quad face is not supported.Bug fixing
THREEDNET-1231Unsupported USD type StringVector, LayerOffsetVectorBug fixing

API changes

Added new method in class com.aspose.threed.PbrMaterial:

    /**
     * Allow convert other material to PbrMaterial
     * @param material 
     */
    public static PbrMaterial fromMaterial(Material material)

This utility method allows convert other kinds of material into PbrMaterial instance, and try to reserve information as much as possible.