sharpdx/SharpDX

Ray.GetPickRay requires int coordinates, while internally using implicit float coordinates

ManIkWeet opened this issue · 0 comments

With display scaling it's possible to have sub-pixel coordinates, as it's cast from int to float internally anyway, might as well change the method signature to use floats instead of ints.