style.css/* @import "/api/code/suto3/suto3/style.css"; /* */
/* @import "/api/code/villagepump/(WIP)拡張吹き出し記法のUserCSS/style.css"; /* */
/* @import "/api/code/villagepump/新規作成ボタンを椎茸にするUserCSS/style.css"; /* */
/* @import "/api/code/villagepump/たいへんよくできました/style.css"; /* */
/* @import "/api/code/villagepump/クオリアさんが見ているUserCSS/style.css"; /* */
style.css@import "/api/code/suto3/villagepump/style.css"; /* */
script.js//import '/api/code/masui/ScrapExec/script.js'
import '/api/code/suto3/suto3/script.js'
//import '/api/code/villagepump/マルチプロジェクト版ランダムジャンプUserScript/script.js'
//import '/api/code/villagepump/特定のページを非表示にする支援UserScript/script.js'
torus.js(async function (){
// 403 が返ってくる
//(0,eval)(await (await fetch("/files/6055b46e625aa9001ccde19c.js")).text())
(0,eval)(await (await fetch("/files/6058808647f6090020511db5.js")).text())
//(0,eval)(await (await fetch("/files/605894ff590f82001c13c31b.js")).text())
})()
function setup(){
createCanvas(400, 400, WEBGL);
}
function draw(){
background(220);
rotateX(frameCount * 0.01);
rotateY(frameCount * 0.01);
rotateZ(frameCount * 0.01);
torus(150,20);
rotateZ(frameCount * 0.03);
rotateY(frameCount * 0.03);
torus(100,20);
rotateX(frameCount * 0.05);
torus(50,20);
}