m1el / BeatSaber-SliceVisualizer

Visualizing how your cuts are offset from the perfect slice
MIT License
23 stars 11 forks source link

The visualization should not be larger than note body #3

Open m1el opened 3 years ago

m1el commented 3 years ago

Currently it's possible for cut line and miss area to render far outside note body. There's currently an attempt to use Mask component, but it's non-functional. This should be fixed. Perhaps, SpriteMask should be used for this purpose.

mpv-shot0010

SteffanDonal commented 3 years ago

Masking to the size of the actual hitbox (which extends a little outside the visual cube) could be a more "accurate" take on this one