2023年3月30日 星期四

7binggreen

 week07

https://jsyeh.org/3dcg10/ 下載data win32


開texture

頂點是逆時針




https://jsyeh.org/gl/opengl_10_func.html  期中考練習

下載OpenCV2.1 勾 Add Path
開啟code blocks >settings
add







#include <opencv/highgui.h>

int main()
{
    IplImage * img=cvLoadImage("images.jpg");
    cvShowImage("week07",img);
    cvWaitKey(0);
}

將檔案和圖檔存在桌面




https://gist.github.com/jsyeh 複製myTexture_sample
開新的專案week07-2_myTexture 貼上myTexture_sample
把earth.jpg 放在freeglut的lib裡面




加上新的程式


複製myEarth的程式
讓地球旋轉










沒有留言:

張貼留言