- Hands-On C++ Game Animation Programming
- Gabor Szauer
- 89字
- 2021-06-30 14:45:48
Summary
In this chapter, you explored the process of setting up a new Win32 window. An OpenGL 3.3 Core context was set up to render to the window, with vsynch enabled. You learned about OpenGL loaders and how glad can load all the relevant OpenGL functions.
This window will serve as a foundation for you to build on; all future samples are built on the framework you created in this chapter. In the next chapter, you will start to explore some of the math required for rendering and animation.
推薦閱讀
- TypeScript Essentials
- Java 9 Programming Blueprints
- 從程序員到架構師:大數據量、緩存、高并發、微服務、多團隊協同等核心場景實戰
- Python編程與幾何圖形
- 動手學數據結構與算法
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)
- Mastering Apache Camel
- Java多線程并發體系實戰(微課視頻版)
- Head First Kotlin程序設計
- Python Penetration Testing Essentials
- Serverless工程實踐:從入門到進階
- Internet of Things with Arduino Cookbook
- 流暢的Python
- Visual C++網絡編程教程(Visual Studio 2010平臺)
- ACE技術內幕:深入解析ACE架構設計與實現原理