aframevr / a-painter

🎨 Paint in VR in your browser.
https://aframe.io/a-painter/
MIT License
680 stars 200 forks source link

A delete action #199

Open blairmacintyre opened 7 years ago

blairmacintyre commented 7 years ago

As with Tilt Brush, it would be great to have a delete stroke option. It can delete an entire stroke, we don't need to support cutting / slicing strokes.

Essentially, it should be pretty easy to use the raycast to select a stroke (and highlight it) while using a "delete" brush. Clicking would delete.

dmarcos commented 7 years ago

I can look into this after 0.6.0 a-frame release

blairmacintyre commented 7 years ago

Cool, thanks.

Utopiah commented 7 years ago

Mentioned earlier in #73