Reputation: 5733
After we have finished rendering a frame either using DirectX or OpenGL in C++, I would like to add this "swirling" effect just on a portion of the frame. Something like this below:
So how do we normally achieve this?
Upvotes: 1
Views: 363
Reputation: 185862
You could either:
Upvotes: 1