|
From: James W. W. <os...@jw...> - 2004-06-03 02:44:18
|
On Jun 2, 2004, at 7:42 AM, Edward K. Chew wrote: > 6. View plane camera? > > Hey, I thought I'd toss that one out FWIW, as it is the last remaining > unimplemented feature which continues to break my app. Then again, > maybe I'm the only one who ever used it. :-) > > Mostly, it came in handy for generating high-res and occasionally > multipage printouts, but I have had to disable that feature under > Quesa. It's also nice at times to be able to pan around a scene > without having the perspective shift. It's possible to do much the same things (maybe not as easily) using Q3DrawContext_SetPane, Q3DrawContext_SetPaneState, and Q3Camera_SetViewPort. Quesa's documentation on TQ3CameraViewPort even suggests that it can be used to divide an image into strips for printing. -- <http://www.jwwalker.com/> |