unitycoder / UnityMobilePaint

Public repository for MobilePaint issues & requests
https://www.assetstore.unity3d.com/en/#!/content/19803?aid=1101lGti
MIT License
49 stars 16 forks source link

drawing & moving fast doesnt give smooth curves #24

Open unitycoder opened 8 years ago

unitycoder commented 8 years ago

would have to make splines from the mouse cursor positions, instead of drawing directly from previous cursor point to current cursor point..

other possible options to test: don't update texture until release (just draw mesh or preview line, which is much faster), or test threading, or record touch positions separately?