hiukim / mind-ar-js

Web Augmented Reality. Image Tracking, Face Tracking. Tensorflow.js
MIT License
2.14k stars 394 forks source link

how to keep fixed scale of 3d object #353

Closed BrunoFigueiraBarros closed 1 year ago

BrunoFigueiraBarros commented 1 year ago

how to keep fixed scale of 3d object, threejs and mindar

hiukim commented 1 year ago

You might be able to achieve something similar to updating the scale of the object in every frame, based on the anchor scale (something like inverse of that).