铜场Tproject

欢 迎 加 入 我 们  Come and join us
website qrcode

手机版网站

网站手机版
中国美术学院象山校区十号楼(象山路352号)

Building.10 Xiangshan Campus CAA (No.352 Xiangshan Road)
主办单位
中国美术学院 雕塑与公共艺术学院
Organizer
Academy of sculpture and Public Art of CAA
微信号:Tproject2017
WeChat:Tproject2017
联系邮箱:Tproject2017@sina.com
Email:Tproject2017@sina.com
function setup() { createCanvas(710, 400, WEBGL); } function draw() { background(250); rotateY(frameCount * 0.01); for (let j = 0; j < 5; j++) { push(); for (let i = 0; i < 80; i++) { translate( sin(frameCount * 0.001 + j) * 100, sin(frameCount * 0.001 + j) * 100, i * 0.1 ); rotateZ(frameCount * 0.002); push(); sphere(8, 6, 4); pop(); } pop(); } }