sharpdx / SharpDX

SharpDX GitHub Repository
http://sharpdx.org
MIT License
1.68k stars 641 forks source link

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

Open ManIkWeet opened 5 years ago

ManIkWeet commented 5 years ago

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.