/VectorFont2D

A combination of two samples. One from bit.ly/programgames, one from videotutorialsrock.com. This tutorial can easily be adapted into 3D Font. This demo uses modern OpenGL; it is optimized to have all characters share one Vertex Buffer and one Index Buffer. This removes the need to change the buffers for each character.

Primary LanguageC++

No issues in this repository yet.