You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<TransformControlsposition={props.position}ref={ref}><meshposition={props.position}>{/* geometry and material omitted for brevity */}</mesh></TransformControls>
but when the position is updated and the view re-rendered, the mesh and the UI helper will jump away for the same distance of the last drag. My gut feeling is that there are some internal offset stored by the control which breaks this controlled pattern.
The text was updated successfully, but these errors were encountered:
I tried something like this:
and fire a callback like so:
but when the position is updated and the view re-rendered, the mesh and the UI helper will jump away for the same distance of the last drag. My gut feeling is that there are some internal offset stored by the control which breaks this controlled pattern.
The text was updated successfully, but these errors were encountered: