diff options
Diffstat (limited to 'docs/ClientHamr')
-rw-r--r-- | docs/ClientHamr/README.BVJ | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/ClientHamr/README.BVJ b/docs/ClientHamr/README.BVJ index 456154a..484f272 100644 --- a/docs/ClientHamr/README.BVJ +++ b/docs/ClientHamr/README.BVJ | |||
@@ -5,3 +5,13 @@ It's in the ClientHamr section coz on the server side, they are just | |||
5 | dealt with as blobs to be sent to the viewers. This may change if we | 5 | dealt with as blobs to be sent to the viewers. This may change if we |
6 | implement animating link sets, and interaction with the sim physics. | 6 | implement animating link sets, and interaction with the sim physics. |
7 | 7 | ||
8 | Also - | ||
9 | ====== | ||
10 | |||
11 | Some useful links for actually writing animation code - | ||
12 | |||
13 | https://en.wikipedia.org/wiki/Portal:Computer_graphics | ||
14 | https://en.wikipedia.org/wiki/3D_computer_graphics | ||
15 | https://en.wikipedia.org/wiki/Skeletal_animation | ||
16 | https://en.wikipedia.org/wiki/Morph_target_animation | ||
17 | https://en.wikipedia.org/wiki/Inverse_kinematics | ||