diff --git a/README.md b/README.md index f875611..8821a11 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ [![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 -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 @@ -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