Last active
September 20, 2016 13:43
-
-
Save fernandojsg/3a31ec72e00415a1656b7b496e93a80d to your computer and use it in GitHub Desktop.
BrushInterface
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BrushInterface.prototype = { | |
addPoint: function (position, orientation, pointerPosition, pressure, timestamp) {}, | |
tick: function (timeoffset, delta) {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment