Added some comments on FTGL

Kent
This commit is contained in:
Kent Mein 2003-05-13 19:45:57 +00:00
parent 70dab87ac3
commit e87cbd5667

5
README

@ -48,6 +48,11 @@ FTGL needs a small patch to get glyphs with the right colour in the cache
+ ftglColour[0] = ftglColour[1] = ftglColour[2] = ftglColour[3] = 1.0;
You may also need to modify the typedef for GLUTesselatorFunction in
src/FTVectoriser.cpp if your on an undefined system. To do that
check the following link to find out various platform identifiers.
http://www.blender.org/modules/documentation/intranet/conventions/codingstyleguide.html#3_2
*********************************************************************
*********************************************************************
We are in the process of moving things over to automake/autoconf