빨강 링크로 가면 잘나와 있음
http://pickup79.tistory.com/entry/MFC-OpenGL-%EC%B4%88%EA%B8%B0%ED%99%94
http://www.codeguru.com/cpp/cpp/cpp_mfc/tutorials/article.php/c10975/Setting-Up-OpenGL-in-an-MFC-Control.htm
***************************
http://www.codeproject.com/Tips/569928/OpenGL-MFC-CDialog-Basic
Points of Interest
I searched, Googled & read a lot, but failed to come across a complete example that displayed the above without using glBegin()
/glEnd()
and/or int main()
/winmain()
as the entry point. Very frustrating.
History
I don't plan on maintaining this, unless something serious warrants updating. There is probably more efficient ways to implement this. I just wanted to share this as I struggled to find something similar that contained a full yet basic working example.
glBegin()
/glEnd()
and/or int main()
/winmain()
흠 그렇군... 바이블책 신나게 앞장에 보다가 MFC에 어떻게 연결시키지 열심히 구글링 했는데 바이블 책 13챕터에 윈도우 프로그래밍과 OPENGL 에서 설명하고 있구만 어허허허허
***************************
'OpenGL' 카테고리의 다른 글
OpenGL: Basic knowledge for 3D programing (0) | 2014.04.19 |
---|---|
Windows OpenGL: Making Window Application with OpenGL (0) | 2014.04.19 |
Windows OpenGL: Rendering Context (0) | 2014.04.19 |
Windows OpenGL: Setting and selecting Pixel format (0) | 2014.04.19 |
OPENGL color define (0) | 2014.04.16 |