OpenSceneGraph/src/osgProducer
Robert Osfield e89852e25f From Marco Jez, " I've modified in order to make FBO mipmapping work. In
FrameBufferObject.cpp there is also another fix: when initializing a FBO
attachment from a CameraNode attachment, the renderbuffer's format must be
set to the attachment's internal format, not to the image's pixel format.

Another problem is that attaching a renderbuffer to the FBO through
CameraNode is not simple (if not impossible) if you don't intend to specify
an Image object. Probably CameraNode could be enriched with an
"attach(buffer, width, height, format)" method. For example if you attach a
color buffer as a texture whose size is different than that of the
CameraNode's viewport you also need to attach a depth buffer of the same
size, because the depth buffer that is automatically attached by RenderStage
has the viewport's size. FBOs require that all attachment have the same
dimensions, so said setup will fail if you can't specify a custom depth
renderbuffer"
2006-02-04 21:20:25 +00:00
..
EventAdapter.cpp Coverted tabs to space in core libraries. 2005-11-17 13:35:53 +00:00
GNUmakefile Implemented the beginings of the osgProducer::GraphicsContexImplementation. 2005-07-21 19:27:19 +00:00
GraphicsContextImplementation.cpp Attempt at build fixes for IRIX. 2005-12-05 10:24:02 +00:00
KeyboardMouseCallback.cpp Improved support for keyboard/mouse events in osgcluster. 2005-08-29 14:05:30 +00:00
OsgCameraGroup.cpp From Marco Jez, " I've modified in order to make FBO mipmapping work. In 2006-02-04 21:20:25 +00:00
OsgSceneHandler.cpp Addd OsgSceneHandler::s/getCleanUpOnNextFrame() and support for it in the draw() method, 2005-11-10 11:39:01 +00:00
Version.cpp Bumped the version numbers up to 1.0 in preparation for 1.0-rc1. 2005-11-09 10:49:56 +00:00
Viewer.cpp Added new Node::getParentalNodePaths() method. 2005-12-07 15:29:29 +00:00
ViewerEventHandler.cpp Improved stats handling, and fixed a couple of stats bugs. 2005-12-15 17:14:40 +00:00