OpenGL book list

 

From: https://www.codeproject.com/Articles/771225/Learning-Modern-OpenGL

 

A little guide about modern OpenGL and why it gives us so much value.

Shaders + Cube Env Map + Phong Lighting

Introduction

Ok... so you want to learn modern OpenGL. Great! But what does it really mean and what options are available? Do you have to buy expensive books about this technology, or maybe some basic online tutorials are enough?

In this article, I will try to answer some of the questions above and create a guide to a wonderful world of graphics programming using OpenGL.

Let us start!

The plan:

原文地址:https://www.cnblogs.com/time-is-life/p/6372981.html