aaaaaaaaa

This commit is contained in:
tenolly 2024-12-12 12:22:12 +03:00
parent 24c79ffec7
commit e09e577252

View File

@ -170,7 +170,7 @@ function animateBall() {
data.slice(0, Math.floor(data.length/3)).forEach((value, i) => pointsTable.innerHTML += `<tr><td>${i}</td><td>${Number(value.x).toFixed(2)}</td></tr>`)
}));
const url = `https://physics.zzvt.pw/api/interpolation?h=${height}&l=${length}&g=${g}&alpha=${angle}&count=1000`;
const url = `https://physics.zzvt.pw/api/interpolation?h=${height}&l=${length}&g=10&alpha=${angle}&count=1000`;
xhr.open("GET", url, true);
console.log(`Sent request to ${url}`)