2023年3月29日 星期三

Lisa的電腦圖學 - week07

  ➤ Week07_下載上課資料

    1. 從 https://jsyeh.org/3dcg10/ 下載 data / win32, 將兩個解壓縮, 把解壓縮後data裡的data加入以解壓縮的windows裡



glPushMatrix();
    glTranslatef(x, y, z);
    glRotatef(角度, x, y, z);
    glScalef(x, y, z);
    glBegin(GL_POLYGON);
        glColor3f(r, g, b);
        glNormal3f(nx, ny, nz);
        glTexCoord2f(tx, ty);
        glVertex3f(x, y, z);
    glEnd;
glPopMatrx();




沒有留言:

張貼留言