From 9a0add7381a02c22c85b7ec4f4d7ac09742e2014 Mon Sep 17 00:00:00 2001 From: lin <45078979+oofdesu@users.noreply.github.com> Date: Sun, 1 May 2022 08:41:37 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f875611..f7d5d20 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Generic badge](https://img.shields.io/badge/License-MIT-informational.svg)](https://github.com/VRLabs/Local-Mirror-Detection/blob/main/LICENSE) [![Generic badge](https://img.shields.io/github/downloads/VRLabs/Local-Mirror-Detection/total?label=Downloads)](https://github.com/VRLabs/Local-Mirror-Detection/releases/latest) -Set an IsMirror parameter to animate conditionally with the local mirror. +Set an "IsMirror" parameter to animate conditionally with the local mirror. ## How it works @@ -17,7 +17,7 @@ Merge the FX controller to your own FX controller, using the [Avatars 3.0 Manage ## How to use -The IsMirror parameter is a float. The value will be 1.0 inside the local mirror, and -1.0 outside of it. +The "IsMirror" parameter is a float. The value will be 1.0 inside the local mirror, and -1.0 outside of it. ## Credit From d30520035fc6bcf7001b5f767428b2b6c1f75fad Mon Sep 17 00:00:00 2001 From: lin <45078979+oofdesu@users.noreply.github.com> Date: Sun, 1 May 2022 09:23:11 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7d5d20..8821a11 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Set an "IsMirror" parameter to animate conditionally with the local mirror. ## How it works -The mirror-copy FX layer initializes after the host avatar's FX layer, which can be exploited to set a parameter value for each side. +The mirror-copy FX layer initializes after the host avatar's FX layer, which can be exploited to set different parameter values. ## Install guide