Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

37 lines (31 loc) · 1.22 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)
  • Switch left and right side of ViewCube (#183)
  • ViewCube not available after ModelUpDirection change (#4)

[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)