Skip to content

v2.25.0

Latest
Compare
Choose a tag to compare
@holance holance released this 27 Feb 18:42
6872ded

[2.25.0] Release - 2024-02-27

Added

  1. Add CombinedSelectionCommand. (WPF)
  2. Allow importer to load obj,off,ply,stl from application resources. (WPF)
  3. Add AngleProperty for BillboardTextVisual3D (WPF)
  4. Add Angle Property for TextVisual3D. (WPF)
  5. Added ability to create tiled image materials with controlled vertical and horizontal scale factor. (WPF)
  6. Support color inner rectangle of RectangleAdorner. (WPF)
  7. Add FillRectangleBrush property for RectangleSelectionCommand, CombinedSelectionCommand. (WPF)

Improvement

  1. Re-implmenet zoom extents algorithm.(WPF.SharpDX/UWP/WinUI)
  2. Get rid of the sync context in RenderHostBase. Get rid of unnecessary parallel frustum tests. Change SceneNode ItemsInternal from ObservableCollection to own implementation.(WPF.SharpDX/UWP/WinUI)
  3. Improve dual depth peeling implementation. (WPF.SharpDX/UWP/WinUI)

Fixed

  1. Fixed NullRefrenceException in CuttingPlaneGroup.CuttingPlanes (WPF)
  2. Fixed null exception XamlExporter (WPF)
  3. Fix outline highlight not showing up while rending backface only. (WPF.SharpDX/UWP/WinUI)
  4. Fix particle system not able to render 2x2 particle texture. (WPF.SharpDX/UWP/WinUI)
  5. Fix rendering doesn't update after removing item from Viewport3DX.Items.(WPF.SharpDX/UWP/WinUI)
  6. Fix OIT mode switch not working in UWP demo.(WPF.SharpDX/UWP/WinUI)
  7. Fix WinUI crash. (WinUI)

Full Changelog: v2.24.0...v2.25.0