Tagged Questions

0
votes
0answers
80 views

Per vertex mesh deformation

I am doing a project where i want to have i vertex buffer (in opengl) where I have vertices that make out a mesh of an image. Meaning that each pixel of the image consists of two triangles (a square ...