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
Hi, this issue seems to be fixed in version 3.3.0.
Both hideStructure: ['water'] initial option and calling viewerInstance.visual.visibility({ water: false }); should work.
I'm setting
hideStructure: ['water'],
of the initial options and then usingloadComplete.subscribe
to set colors.This gives me an error
Uncaught (in promise) Error: Could not find node 'undefined'.
Perhaps its trying to color the water which isnt there?
code example on plnkr: https://plnkr.co/edit/V0wwfwfsGVplURYD
The text was updated successfully, but these errors were encountered: