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
Something like TilesRenderer.unregisterPlugin to remove the plugin and all associated behaviors from the TilesRenderer. Requires updating each Plugins dispose function to reset all materials, etc.
The issue are cases where plugins are making operations that cannot be easily reversed - ie clipping or modifying geometry.
The text was updated successfully, but these errors were encountered:
Something like
TilesRenderer.unregisterPlugin
to remove the plugin and all associated behaviors from the TilesRenderer. Requires updating each Pluginsdispose
function to reset all materials, etc.The issue are cases where plugins are making operations that cannot be easily reversed - ie clipping or modifying geometry.
The text was updated successfully, but these errors were encountered: