Re: Stupid question: Flood Fill
Re: Stupid question: Flood Fill
- Subject: Re: Stupid question: Flood Fill
- From: p3consulting <email@hidden>
- Date: Tue, 25 Nov 2003 09:42:36 +0100
As far as I know, it is not possible to print with OpenGL at all short
of rendering to a giant image and printing that. OpenGL is not device
independent.
more precisely: not possible without using tiling, and tiling is a bit
tricky in OpenGL as far as bitmaps are involved
(every operators depending on GL_CURRENT_RASTER_POSITION are concerned)
They are several examples on the net of how to do it.
Pascal Pochet
P3 Consulting
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.