There is no way to "hack" the official api to add subpatches support ?
++
samuel
----- Original Message -----
From: "Christopher Wright" <email@hidden>
To: "Samuel Toulouse" <email@hidden>
Cc: <email@hidden>
Sent: Thursday, November 22, 2007 2:54 PM
Subject: Re: QCPlugin and Consumer sub patches
I've created a custom patches which modify opengl current matrix state
and I would like to display 3d objects modified with this matrix. I guess
i should use sub patches but I can't find a way to do it.
On tiger there was an + (BOOL) allowsSubpatches methods but it does not
seems to work.
This method still exists in the Unofficial API (actually, it's a simple
variant), but it's not currently available within the Official API. So if
you're going for Official-only plugins, this isn't possible.