There are multiple rings on the screen as shown. The requirement says that the user can select any of the rings and the selected ring should undergo glow effect(glow for few seconds then become green).
All graphics rendering is to be done using DirectX 9 + HLSL. The problems I am facing :
- How to differentiate the selected ring from the others in the shader code so that glow effect can be applied to that ring only.