Enrico Borrione schrieb: > I have a client-server application and I'd like to > save an high res screenshot of the remote viewport (i.e 3200x2000). > Since I am already using a tiledcameradecorator > as remote camera, I thought that it wouldn't be much of a problem > putting up the hi res code inside this app... > > But, it seems like that the GrabForeground won't work in a > remote environment. Until today I was using a FileGrabForeground > for the custom screenshot (limited to the server's resolution) > but I don't think that it can be reused for this purpose. > > Does anyone have a solution for this trouble? Am I missing something? > >
Try the FBOViewport for that. You are limited only by Your graphics hardwares max. texture size (should be at least 4096x4096 in todays hardware). This viewport could be used either in Your server or in the client. For using decorators You have to set "IgnoreCameraDecorators" in the FBOViewport to false. Cheers, Volker ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
