BLOG main image
FunnyPR (32)
OpenGL (20)
PatternRecognition (7)
Tips (2)
XML (1)
DataMining (1)
Visitors up to today!
Today hit, Yesterday hit
daisy rss
tistory 티스토리 가입하기!
2014. 4. 15. 14:06

빨강 링크로 가면 잘나와 있음

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 에서 설명하고 있구만 어허허허허


***************************