zappar-xr / zappar-react-three-fiber

Our SDK for the 3D rendering platform React-Three-Fiber.
MIT License
60 stars 9 forks source link

Usage of maxFaces #21

Open eric-beaufol opened 3 years ago

eric-beaufol commented 3 years ago

Is your feature request related to a problem? Please describe. In the Threejs version of Zappar, the FaceTracker instance has a property maxFaces which enables multi-face tracking but seems missing in the r3f version.

Describe the solution you'd like Enable multi-face tracking in the react-three-fiber version.

Describe alternatives you've considered None

Additional context None

nyan-left commented 3 years ago

Hi @eric-beaufol ,

This is a good point and I agree that the r3f wrapper should support multiple face tracking out of the box. I'll try to get this implemented in the coming week or so.

Will update this issue once it's released :)

eric-beaufol commented 3 years ago

Ok thanks @nyan-left !