David Sehnal

Results 234 comments of David Sehnal

Thanks for the feedback @klaemo. The learning curve for this is definitely quite high and the lack of docs isn't helping. To help us get started on it, do you...

Hi, thank you for the PR. I will have closer a look at this soon.

> My trouble is that I don't know how to test the changes other than running tsc for checking the type correctness, and running the test suite to confirm that...

Having build-in trajectory streaming support is currently on top of my todo list so in the coming weeks both your tasks should be made easier. If you need it now,...

Agree with making this an experimental feature too for now as it's quite a bit of new code which will need testing.

Hi @stefdoerr You can collapse a node in a state tree with: ```ts this.plugin.state.data.updateCellState(ref, old => ({ ...old, isCollapsed: true })); ``` (the ``ref`` can be obtained from the selector,...

> Ah out of curiosity. When I delete now the top node from the viewer does that free up the used memory? i.e. does it recursively delete all objects attached...

For the ordering, you need to have WBOIT enabled otherwise you get this behavior. Some browsers (e.g. Safari do not support this well I think). You might also have wboit...

Well, transparency is hard and there are tradeoffs that need to be made. Regarding ``DefaultAttribs``, the WBOIT is enabled by default, so maybe your mistake was somewhere else.

That makes sense. Can you please make a PR with a fix @giagitom ?