FaceMeshFaceGeometry icon indicating copy to clipboard operation
FaceMeshFaceGeometry copied to clipboard

Updated face.js to export scale data as well

Open kgediya opened this issue 4 years ago • 1 comments

Calculate dynamic scale to augment perspective camera Example usage -

trackedObject.position.copy(track.position)
trackedObject.rotation.setFromRotationMatrix(track.rotation)
trackedObject.scale.setScalar(originalScale*track.scale)

kgediya avatar Jun 08 '21 15:06 kgediya

tried this and it works well. Maybe the solution should be more in the spirit of the OG code and integrated in the class?

michaud avatar Sep 01 '21 15:09 michaud