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
Right now, the boundaries is set by a prop in the React component, sending it via postMessage as an update. If we add it as a method to the controller, we can avoid disposing the scene and it will be faster.
The text was updated successfully, but these errors were encountered:
Right now, the boundaries is set by a prop in the React component, sending it via
postMessage
as an update. If we add it as a method to the controller, we can avoid disposing the scene and it will be faster.The text was updated successfully, but these errors were encountered: