From 12a6477c3ea72fbccc587248714eee019caee62a Mon Sep 17 00:00:00 2001 From: Andrey Smorodov Date: Thu, 6 Aug 2020 21:30:08 +0300 Subject: [PATCH] added readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f932a23..31f48b1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Implicit skinning algorithm implementation -Tested on VS2019 +- Works at 60 FPS on my system. +- Contains 3 skinning algorithms implementations: linear skinninng, dual quaternions, and implicit skinning. + +- Tested on VS2019 ![](demo.gif)