2022年5月9日 星期一

7ru week12

 1.https://jsyeh.org/3dcg10/

    下載windows.zip data.zip

    windows.zip    windows/Texture

    data.zip    windows/data/模型

    開Transformation.exe (頻繁切換 Swap T R)

    //移到右邊的

    //旋轉中的

    //大小正常的

    //藍色車子


    看起來像是右邊有個轉動的車子

    ```cpp

    glTranslatef( 0.8, 0, 0); //在右邊

    glRotatef( angle, 0, 1, 0); //轉動

    //有一台藍色的車子

    ```

    看起來像是車子繞著中心點轉彎

    ```cpp

    glRotatef( angle, 0, 1, 0);

    glTranslatef( 0.8, 0.0,  , 0.0);

    //有一台藍色的車子

    ```

2.https://120.125.80.50/GL/













    

沒有留言:

張貼留言