yt-project / yt_idv

Interactive volume rendering for yt
Other
8 stars 6 forks source link

Isolayer stuff should be in its own component #138

Open matthewturk opened 6 days ago

matthewturk commented 6 days ago

Right now the isolayer logic lives inside some of the base component code, and we should probably move it to a subcomponent. Possibly an isolayer component with a data reference to the block collection.

chrishavlin commented 4 days ago

agreed! i can't quite remember why it ended up there. i think there was a reason why it was more straightforward, but it'd be worth sorting that out and refactoring so that it is easy to separate out the logic.