From 5a7d797c168071222c409e73583f31d45113a021 Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 9 Mar 2021 19:26:44 +0100 Subject: [PATCH] update pendulum --- pendulum/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pendulum/main.js b/pendulum/main.js index 3ab2a976..f01c8ab5 100644 --- a/pendulum/main.js +++ b/pendulum/main.js @@ -189,7 +189,7 @@ function draw() // Draw lines between vertices stroke(255); - fill(230, 50, 50); + fill(200, 50, 50, 50); if(!shapeComplete) { points.forEach(function(item, index) { @@ -276,6 +276,6 @@ function handleClick(event) helper.sub(centerMass); theta = helper.angleBetween(createVector(0, -1)); - document.getElementById("inst").innerHTML = "Refresh the website to try another shape." + document.getElementById("inst").innerHTML = "Mass: " + m + " M --- Moment of inertia: " + inertia.toFixed(3) + " ML²"; } } \ No newline at end of file