+ 1
Can we design a 3-D human hand in openGL ?
I need a C++/C code to design movable human hand in 3-D
1 Odpowiedź
+ 1
Well you could design the hand in an external 3D modeling program and just add .obj support in your OpenGL program (which is easy and there are many tutorials for it)