I think there is a Core Image curve generator in the Developer examples folder.
best, dan -----Original Message----- From: Christopher Wright <[EMAIL PROTECTED]> Date: Mon, 16 Jun 2008 10:26:07 To:Mark Harris <[EMAIL PROTECTED]> Cc:Quartz Composer Dev List <[email protected]> Subject: Re: Curved lines > Hi All, apart from using an image file, is there anyway to create a > curved line in quartz? As the Line patches only create straight lines You can place a line inside an iterator, toss in some math, and create a spline with them. It would get slow for lots of line segments, but it would work. Caleb Cannon wrote a nice spline patch that would be much faster. We included a tweaked version of his patch in our GLTools plugin. Both of these are alternatives, if you're able to use plugins. -- [ christopher wright ] [EMAIL PROTECTED] http://kineme.net/ _______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/dan%40danwinckler.com This email sent to [EMAIL PROTECTED]
_______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]

