StereoKit / StereoKit-PaintTutorial

Source for a Mixed Reality inking tutorial using StereoKit and C#!
https://stereokit.net
MIT License
32 stars 16 forks source link

Feature: Drawing with both hands #2

Open doublerebel opened 4 years ago

doublerebel commented 4 years ago

As requested by audience at StereoKit Reactor Redmond meetup, this feature adds support for drawing with both hands. I considered a couple approaches, but extending a single Painting to track, load, undo/redo, and serialize/unserialize both hands seemed simpler than adding a Painting for each hand. Plus, I'm left-handed so this is particularly satisfying to me.

Features

Known issues

Both hands change color with the last-touched palette. (AIUI this is a limitation of StereoKit which uses the same material for both hands: maluoi/StereoKit#66.)