c++ - can i calculate normals in gpu? -
I have an OpenLL application that loads a dxf and pulls it on the screen, every time I have a normal section Is there a way to calculate the normals in the GPU rather than CPU? if so?
Yes, this is possible. Would you like to learn about shaders?
Comments
Post a Comment