Browse our Products
Aspose.3D for .NET 24.11 Release Notes
This page contains release notes information for Aspose.3D for .NET 24.11.
Improvements and Changes
Key | Summary | Category |
---|---|---|
THREEDNET-1616 | Add support for deformer in glb | Task |
THREEDNET-1618 | Improve TriMesh to support morph target triangulation | Task |
THREEDNET-1619 | Keep deformers while split meshes | Task |
THREEDNET-1617 | System.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.