作者cklonger (22)
看板C_and_CPP
標題[問題] libpng load png to opengl
時間Tue Jun 3 10:58:24 2014
開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
mac mbpr OSX 10.9.3 IDE:eclipse kepler
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
opengl 2.x libpng 1.6.10
問題(Question):
依照網路的範例 C++ source code load 圖檔
但是opengl中看到的圖內容變色了
請問是我的環境有問題 還是原本的source就有問題
餵入的資料(Input):
圖檔
http://tueda.wikkii.com/wiki/File:OpenGL-libpng.png
預期的正確結果(Expected Output):
http://tueda.wikkii.com/wiki/File:OpenGL-libpng.png
錯誤結果(Wrong Output):
http://ppt.cc/RLj6
resize放大會變黑白
http://ppt.cc/YAmL
程式碼(Code):(請善用置底文網頁, 記得排版)
http://ppt.cc/xe8U
補充說明(Supplement):
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 122.1.4.81
※ 文章網址: http://www.ptt.cc/bbs/C_and_CPP/M.1401764308.A.EC9.html
推 putumaxally:display () 的 glBegin ~ glEnd 刪掉? 06/03 11:26
推 Bencrie:run 起來 ok 耶,要不試試看換成 512x512 的 png 圖檔? 06/03 11:49
刪掉變全黑
※ 編輯: cklonger (122.1.4.81), 06/03/2014 12:14:29
推 Bencrie:我是說輸入的圖檔,不是叫你視窗放大啦 XD 06/03 19:11
解決了
加了一行設定起始視窗大小 就看到沒問題的檔案了
※ 編輯: cklonger (153.163.126.76), 06/08/2014 09:33:25