aaaaaaaaa
This commit is contained in:
parent
24c79ffec7
commit
e09e577252
2
index.js
2
index.js
@ -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}`)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user