Software Development Network>> Game Technologies>> Do you have an orthographic ray picking demo?
Hi,Does anyone have a simple demo of ray pickinginside an orthographic viewport
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?
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#