Skip to content

Commit

Permalink
resolved comment 7
Browse files Browse the repository at this point in the history
  • Loading branch information
digitallysavvy committed Jun 18, 2024
1 parent ebf5b32 commit 6af1bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ const exagerationMultiplier = 1.5
const threshold ={ min: 0.25, max: 0.6}
```

To apply the multiplier, we need to check for specific keys in the mouthBlendShapes list. We can do this within the same loop we use to apply the score. When we identify the mouth blend shapes, we'll also verify if they're within the threshold.
To apply the multiplier, we need to check for specific keys in the `mouthBlendShapes` list. We can do this within the same loop we use to apply the score. When we identify the mouth blend shapes, we'll also verify if they're within the threshold.

```javascript
// loop through the blend shapes
Expand Down

0 comments on commit 6af1bb7

Please sign in to comment.