Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2003-05-13 23:45:57 +0400
committerKent Mein <mein@cs.umn.edu>2003-05-13 23:45:57 +0400
commite87cbd5667dc70af69a05b182a83ced48f3be1fd (patch)
treeef167df84ca1214d28a85d698bf8cbbb5185b300
parent70dab87ac391e89a91f774621972b47b606b817f (diff)
Added some comments on FTGL
Kent
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 8aa30757a89..a310865b0d0 100644
--- a/README
+++ b/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