Saturday, December 31, 2016

Picking


Brief Overview
In this demo, I have implemented line segment to triangle intersection test which will help in detecting triangles nearest to start of the line and then went ahead with picking algorithm which is usually known for selecting objects in the scene using a mouse or cursor but here I have tried to apply reverse process by taking a point in screen space and then translating to client space and transforming it by the inverse of the model view and projection matrix.

No comments:

Post a Comment