Browse our Products

Aspose.3D for .NET 24.11 Release Notes

Improvements and Changes

KeySummaryCategory
THREEDNET-1616Add support for deformer in glbTask
THREEDNET-1618Improve TriMesh to support morph target triangulationTask
THREEDNET-1619Keep deformers while split meshesTask
THREEDNET-1617System.InvalidOperationException:“Malformed FBX File, invalid animation curve definition”Bug fixing

API changes

Added members to class Aspose.ThreeD.Utilities.VertexFieldSemantic:

        public const Aspose.ThreeD.Utilities.VertexFieldSemantic MorphPosition;
        public const Aspose.ThreeD.Utilities.VertexFieldSemantic MorphNormal;

The added new semantics are used internally by TriMesh to support morph position/normal data.