setVisibility(params) not working
Hi, i'm calling the setVisibility function with params:
this._viewer.setVisibility({ ids: p_objects, visible: false });
where p_objects is the array of object oids but nothing happen, did i forgot something ?
I have the same problem. And also key shorcut 'h' not working. Surfer version 0.0.253. If I use (useUuidAndRid = true), then work's fine.
I change this line https://github.com/opensourceBIM/BIMsurfer/blob/236c2a41606a2d04a554d04e56612fb43183ba8a/viewer/viewer.js#L211 with this.settings.loaderSettings.useUuidAndRid ? fn("O" + i) : fn(i | OVERRIDE_FLAG);
It works for me.
Thank for your answer i will try this. If you think it's a bug fix you can make a PR maybe.
I don't now, but before using Uuid as identifier was used fn(i | OVERRIDE_FLAG)