How to get the event callback when the position of my model (or Mesh) changes
1 Like
There is no automatic way (for performance reason) but you can manually check during scene.onBeforeRenderObservable
1 Like
Maybe I can use mesh.onAfterWorldMatrixUpdateObservable instead ?
2 Likes
yes this is actually far better