Skip to content

Commit

Permalink
feat: Facemesh v2
Browse files Browse the repository at this point in the history
NB: I missed the `feat:` flag when merged into master https://github.com/pmndrs/drei/actions/runs/4940396674 so I'm adding a commit with here
  • Loading branch information
abernier committed May 10, 2023
1 parent f8fa46c commit bfb215b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ type FacemeshApi = {
}
```

NB: `outerRef` group is oriented as your `face`. You can for example gets its direction:
NB: `outerRef` group is oriented as your `face`. You can for example get its world direction:

```tsx
meshRef.current.localToWorld(new THREE.Vector3(0, 0, -1))
Expand Down

1 comment on commit bfb215b

@vercel
Copy link

@vercel vercel bot commented on bfb215b May 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.