Hi Marcin, I use windows xp and the driver of display card is lateset which can support openGL3.2, I changed the Texture format to GL_RGB16F_ARB and GL_RGBA16F_ARB, a openGL error "invalid enum" is accured, and when I remove " Camera::setImplicitBufferAttachmentRenderMask()", an FBO error "FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56" and OPenGL"out of memery" is acured, I think the reason is I only attach the color_buffer to FBO but without depth_buffer, so Camera::setImplicitBufferAttachmentRenderMask() is needed to indicate the renderbuffer is only color_buffer.
May be your example can help me to solve the problem, I am looking forward to it. Thank you! Cheers, Kai ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=27596#27596 _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
