Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
oofdesu committed May 1, 2022
2 parents d3e9c7d + d305200 commit 7942cc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
[![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

Merge the FX controller to your own FX controller, using the [Avatars 3.0 Manager](https://github.com/VRLabs/Avatars-3.0-Manager) tool.

## 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

Expand Down

0 comments on commit 7942cc3

Please sign in to comment.