-2

I have a sound foundation on GLSL, OpenGL, and a lot about 3D graphics techniques in total. However, one concept still confounds me and that is the process of animation.

Does anyone have resources on where I can learn animating meshes in C++? Some examples would be awesome as well. :)

DubyaDubyaDubyaDot
  • 1,224
  • 2
  • 14
  • 24

1 Answers1

2

Animation is a lot of work, whether you are going to do it "by hand", or whether you intend to simulate the animation. If simulation is your cup of tea, see this answer I posted a few months ago.

Community
  • 1
  • 1
Stephen
  • 3,515
  • 5
  • 27
  • 33