tensorspace-team/tensorspace

Make sure trackballcontrol work when container moves

syt123450 opened this issue · 0 comments

trackballcontrol will break when container moves, to reproduce it, change css left from 10px to 100px.

To make trackballcontrol work well in this case, add event listener to check container's attribute and update trackballcontrol when container moves.