From 9c407b7ebe4ea11ccc16264079d4c4872e922071 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sun, 20 Jan 2008 16:57:49 +0000 Subject: [PATCH] Updated Changelog.txt --- Documentation/Changelog.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Documentation/Changelog.txt b/Documentation/Changelog.txt index 57fef8fc..330d9ac3 100644 --- a/Documentation/Changelog.txt +++ b/Documentation/Changelog.txt @@ -7,9 +7,13 @@ OpenTK 0.9.0 -> 0.9.1 + Corrected Glu.NewTess and Glu.DeleteTess (were NewTes and DeleteTes respectively). + Corrected typemaping for NurbsObj, QuadricObj, TesselatorObj and FunctionPointer. + Fixed a bug that resulted in missing overloads in functions with both pointers and generic parameters (like Glu.TessVertex). + + Worked around an Intellisense bug, where some overloads might not be reported if the pointer overload was the first one encountered. + OpenTK - + Implemented Glu.TessCallback, Glu.NurbsCallback and Glu.QuadricsCallback. + + Fixed Glu tessellation. + ++ Examples + + Added GluTessellator example. ----------------------- OpenTK 0.3.13 -> 0.9.0