2017計算機圖學
2018年1月10日 星期三
abcqq week13
week 13
1.VR體驗:
GoPro 運動攝影機
專業GoPro
可拍攝360度視角(10萬)
Ricoh theta 拍攝360度VR影像
2.色彩系統:
R
G
B
色彩:
程式碼:
size(500,500);
beginShape();
for(int x=0;x<500;x++)
{
for(int y=0;y<500;y++)
{
stroke(x,y,100);
point(x,y);
}
}
HSB 色彩系統:(
色階 飽和度 亮度)
程式碼:
size(500,500);
colorMode(HSB,500);
for(int x=0;x<500;x++)
{
for(int y=0;y<500;y++)
{
stroke(x,y,100);
point(x,y);
}
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言