Fancier transparencies in Volume.draw #161
Labels
Functionality
Issue adds to the functionality of the package
good first issue
Good for newcomers
low priority
Should be fixed eventually, but isn't urgent
Currently, the passive layers are painted as four opaque (
alpha=1
) blocks. It would be nice if the back walls were opaque and the front ones were semitransparent.This requires passing, in
Volume.draw
, the tensors of vertices of the walls as two separate groups with differentalpha
.Bonus feature: when the semitransparency is implemented, draw additional walls to mark the individual voxels (not sure if this is confusing to the eye, but I have seen nice examples around so it should be doable).
The text was updated successfully, but these errors were encountered: