overkill
06-07-2002, 02:04 AM
hi,
i would like to display 2d graphics (like letters),
what 's the optimized way to do it ?
1. Use display list to store each 2d pattern, (ie each letter is stored in a separate way from the others).
2. Store a big bitmap with all the patterns in a texture, and use TexCoord (so i have to compute to know the position of the pattern inside the bitmap).
3. maybe a third way ??
what 's the use of glOrtho (concrete examples, please) ?
i would like to display 2d graphics (like letters),
what 's the optimized way to do it ?
1. Use display list to store each 2d pattern, (ie each letter is stored in a separate way from the others).
2. Store a big bitmap with all the patterns in a texture, and use TexCoord (so i have to compute to know the position of the pattern inside the bitmap).
3. maybe a third way ??
what 's the use of glOrtho (concrete examples, please) ?