Release 2.7.0
12 May 2019
[2.7.0] - 2019-05-12
Added
- Make it possible to receive touch/manipulation events from swap chain render control (WinForms).(WPF.SharpDX)
- ManipulationBinding allows to map ManipulationGesture for UWP (UWP)
- Added TimeStamp in default shader global variable for time based shader animation. (WPF.SharpDX/UWP/Core)
Improvement and Changes
- Mouse3DEventArgs now also store the mouse/touch/pen event that caused the Mouse3DEvent #1111 (WPF.SharpDX/UWP)
Fixed
- Fix RenderTechnicsExample SharpDX crash SharpDX bug #1130 (WPF.SharpDX/UWP/Core)
- Fix find 3d point on single axis aligned 3d line. #1114 (WPF.SharpDX/UWP/Core)
- Fix PInvokeStackImbalance #1149 (WPF.SharpDX)
- Fix STLReader can not handle”NaN” values. #1150