Using Multiple Display Lists to Define a Stroked Font Tutorial - OpenGL Tutorials in Delphi

OpenGL News / Downloads / OpenGL / Rage3D / Tutorials / Photos / Links / Contact Me / About / Forum
Chapter 1-2     Chapter 3-4    Chapter 5-7   Chapter 8-13


 Ads


 Using Multiple Display Lists to Define a Stroked Font (example 4.7 and 4.8) 06 November 2003
Description :

Delphi courses learning tutor OpenGL 3D Development Information Technology  Here we define a Font made up of line-strips.

Each Character is defined in an array and a Display List is created for each one.

The biggest difference between this tutorial and the ones before it is, that here we generate multiple Display Lists (using glGenList();) at the same time, whereas in the previous ones we defined and allocated memory for each List separately

Download :   17 KB (EXE and Source)



Chapter 1-2     Chapter 3-4    Chapter 5-7      Chapter 8-13


 Ads