Skip to content

Commit

Permalink
keep some more detail after smoothing
Browse files Browse the repository at this point in the history
  • Loading branch information
axel-tanner committed Sep 26, 2024
1 parent c5a5f60 commit 954c121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sketch.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Starting point https://editor.p5js.org/SableRaf/sketches/PNSk4uR9v

// update handled by 'auto time stamp' extension
time_saved = "Last modified: 2024-09-26T15:52:27"
time_saved = "Last modified: 2024-09-26T16:15:33"

// Apple Pencil demo using Pressure.js

Expand Down Expand Up @@ -75,7 +75,7 @@ const zPressureRange = 0.002; // meter - change in z from 0 to full pressure = 1

const fontSize = '20px';

const epsilon = 1.0;
const epsilon = 0.8;

const isIpad = navigator.maxTouchPoints && navigator.maxTouchPoints > 1;

Expand Down

0 comments on commit 954c121

Please sign in to comment.