I have an opengl application that loads a dxf and draws it on the screen,
each time i need to calculate normals. is there a way to calculate normals in GPU instead of CPU ? if so how ?
I have an opengl application that loads a dxf and draws it on the
Share
Yes, it’s possible. You will want to learn about Shaders in Cg.
Official book.