Helix Toolkit v2.14.0 Release Notes

Release Date: 2021-01-09 // over 3 years ago
  • โž• Added

    1. Added CameraType property for screen space group. Allows to use orthographic camera for screen space group under RelativeScreenSpaced mode.

    ๐Ÿ‘Œ Improvement

    1. Make projects in new format (vs2017) also use the global AssemblyInfo.cs. โšก๏ธ 2. Updated NuGet version to v5.8. โšก๏ธ 3. Updated UWP min version to Win SDK 1903. (UWP) โšก๏ธ 4. Updated Cyotek.Drawing.BitmapFont to 2.0.0. (WPF.SharpDX/UWP/Core) ๐Ÿ‘ 5. Supports group model under screen space group. (WPF.SharpDX/UWP/Core)

    ๐Ÿ›  Fixed

    1. ZoomExtents: confusion between horizontal and vertical fov. #1441 (WPF.SharpDX/UWP/Core)
    2. Render bitmap custom size. #1439 (WPF.SharpDX/UWP/Core) ๐Ÿ“ฆ 3. Fixed UWP nuget package missing .cso shader files. (UWP) ๐Ÿ›  4. Fixed AssimpNet version in nuget spec. (WPF.SharpDX/UWP/Core) ๐Ÿ›  5. Fixed mesh outline post effect not visible under white background #1466 (WPF.SharpDX/UWP/Core) ๐Ÿ›  6. Fixed data binding fails on button2D #1385 (WPF.SharpDX) โœ… 7. Fixed billboard/line/point hit test not working properly with Dpi scaling enabled. (WPF.SharpDX/UWP/Core) โœ… 8. Fixed billboard/line/point not able to do hit test inside screen space group. (WPF.SharpDX/UWP/Core) ๐Ÿ›  9. Fixed DataTemplate3D not supporting Binding-elements #1480 (Wpf)

    ๐Ÿ’ฅ Breaking Change

    โœ… 1. RenderContext has been changed to IRenderMetrices on hit test related function signature. (WPF.SharpDX/UWP/Core)