From 9e6b31cd3488d4ee496ee5f3b3262a3848ee92b1 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Tue, 24 Oct 2023 18:02:42 +0200 Subject: [PATCH] update the list of planned features and their completion status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 170db184..84caabcf 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Please note that modules postfixed with **Impl** are intended for interal use an - [X] Haptic feedback including force feedback, buzz, and thumper commands. - [X] A customizable Grab component that could be added to any actor. - [X] A customizable Touch component that could be added to any actor. -- [X] Ability to grab and throw objects around. +- [X] Ability to grab, release, and throw objects around. - [X] Separation of the real and virtual hand rendering. - [X] An out-of-the-box customizable SGPawn with the ability to be extended in C++ and Blueprint. - [X] Easy wrist/hand tracking debugging using the SenseGlove Debug module.