Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

35 lines (29 loc) · 1.12 KB

Change Log

All notable changes to this project will be documented in this file.

Added

  • Gitlink build step (#123)
  • HelixViewport3D.CursorPosition (#133)

Fixed

  • ScreenGeometryBuilder (#106)
  • Lost render target (#112)
  • SharpDX idle load (#113)
  • SharpDX event driven rendering (#115)
  • Obj import smoothing group to long (#118)
  • SharpDX crash if no DX10 GPU is present (#120)
  • ContourHelper null reference (#122)
  • Obj export wrong texture type (#132)
  • SharpDX DPFCanvas safety check (#137)
  • GridLinesVisual3D normal issue (#136)

[2014.2.452] - 2014-12-16

Added

  • PointSelectionCommand (Wpf)
  • Support subtract mode in CuttingPlaneGroup (Wpf)
  • Handle collection changes for ScreenSpaceVisual3D.Points (Wpf.SharpDX)

Changed

  • XAML namespace prefix changed to http://helix-toolkit.org/wpf (Wpf)
  • XAML namespace prefix changed to http://helix-toolkit.org/wpf/SharpDX (Wpf.SharpDX)

Fixed

  • Memory leak in DX11ImageSource (Wpf.SharpDX)