fehaar / FFWD

This is the FFWD framework for XNA, that allows you to port Unity3D games to XNA for use on WP7 or XBox360 (XBLIG)
Microsoft Public License
133 stars 36 forks source link

Raycast support #68

Closed stanleyjoy closed 11 years ago

stanleyjoy commented 11 years ago

Does FFWD support Raycast?? I want to get Raycast for hit. thats why, Stan

fehaar commented 11 years ago

Yes it does. Just be very aware of the plane you are casting rays in as the physics aer in 2D. That has proven to be difficult to grasp for some users. If you are having issues with it, look at the coordinates that are actualy getting passed into the bowels of Farseer and see that they are the proper coordinates.