getting video

Co-authored-by: lmill90 <lmill90@users.noreply.github.com>
This commit is contained in:
Sam
2022-09-27 19:11:03 +13:00
parent 4bc81e4335
commit c8783a1bb4
3 changed files with 46 additions and 32 deletions

View File

@@ -113,9 +113,9 @@ function main() {
setTimeout(() => {
main();
ctx.clearRect(0, 0, canvas.width, canvas.height);
// drawStack[1].rotateAddX(1);
// drawStack[1].rotateAddY(1);
// drawStack[1].rotateAddZ(.2);
drawStack[1].rotateAddX(1);
drawStack[1].rotateAddY(1);
drawStack[1].rotateAddZ(.2);
// for (let i = 0; i < drawStack.length; i++) {
// drawStack[i].rotateAddY(0.005*(i+1));