Skip to content

Commit

Permalink
Merge pull request #14 from tellypresence/animation_instructions
Browse files Browse the repository at this point in the history
Add animation tutorial links
  • Loading branch information
kimkulling committed Apr 5, 2021
2 parents 593c32b + c55f85f commit 1093508
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/usage/use_the_lib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,10 @@ You can get assigned shader sources by using the following material keys:
Animation Overview
==================

<a href="http://ogldev.atspace.co.uk/www/tutorial38/tutorial38.html">This external tutorial</a>
has working code to get started implementing animations using bone matrix array in the vertex shader.
(If using glm OpenGL math library, cross-reference with <a href="http://www.xphere.me/2019/05/bones-animation-with-openglassimpglm/">this page</a>
which has useful tips on converting between assimp and glm objects)

.. _ai_Transformations:

Expand Down

0 comments on commit 1093508

Please sign in to comment.