Paint on primitives #93
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Now that #29 and #30 are implemented, allowing to draw freely in 3D, it would be useful to use similar mechanics to paint on primitives (and potentially models).
It could stay with painting on
<a-plane>then generalize to faces of other primitives then models.It's useful for annotations but also follow how powerful creating own assets is with OctoStudio. There are seeding assets but very quickly using the camera a lot is added with the World around the player.
Well known toys like Spirograph https://en.wikipedia.org/wiki/Spirograph or basic 2D drawing (e.g. using SVG in https://home.benetou.fr/spirale.html or more generally canvas) can be use to teach geometrical concepts. This in turn can be used here.
See also #88
See also past work on drawing on canvas https://git.benetou.fr/utopiah/spasca-fot-sloan-q4/src/branch/main/data/index.html#L1162-L1211
Can be used for #84
Consider