Skip to content

Instantly share code, notes, and snippets.

@fernandojsg
Last active September 20, 2016 13:43
Show Gist options
  • Save fernandojsg/3a31ec72e00415a1656b7b496e93a80d to your computer and use it in GitHub Desktop.
Save fernandojsg/3a31ec72e00415a1656b7b496e93a80d to your computer and use it in GitHub Desktop.
BrushInterface
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