From 1dbb58ef616ce943cff5aa56d0128dfba5fa1cff Mon Sep 17 00:00:00 2001 From: Luke Holden Date: Sat, 30 Nov 2002 03:32:50 +0000 Subject: [PATCH] *** empty log message *** --- src/native/common/callbacks/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/native/common/callbacks/README.txt b/src/native/common/callbacks/README.txt index 54cb12cf..1c3f5d07 100644 --- a/src/native/common/callbacks/README.txt +++ b/src/native/common/callbacks/README.txt @@ -1,6 +1,6 @@ This is just the start of my callback implementation. -Unfortunatly, you cant pass a non static method as an object pointer... +Unfortunatly, you cant pass a non static method as a function pointer... So we can only have callbacks for a single GLU object. However, according to the OpenGL redbook... this should not be an issue. For example the redbook states that, a single tess object should be used for an @@ -16,7 +16,7 @@ eventually you can expect callbacks for glu nurbs and glu tesselators. Of course callbacks for other object types should be easy to do using this framework. -Note quite as elegent as I wanted, but it works. +Note as elegent as I wanted, but it works. You would write a callback like this: