Do you have an orthographic ray picking demo?

Hi,

Does anyone have a simple demo of ray picking
inside an orthographic viewport




Answer this question

Do you have an orthographic ray picking demo?

  • jla6653

  • myaspng

    Its no different to any other kind of projection. You just have to unproject through the orthographic projection matrix instead of the perspective one.

    See the pick sample in the SDK for C++ or the translation over on MDXInfo for C#



  • Do you have an orthographic ray picking demo?