Blender Git Loki
Git Commits -> Revision f5161c3
Revision f5161c3 by Benoit Bolsee (decklink) November 29, 2015, 22:44 (GMT) |
BGE: Fix offscreen render on texture. Previously using RAS_OFS_RENDER_TEXTURE was not producing usable textures (although the render was ok); this was due to missing mipmap levels in the texture. This is now fixed: the mipmap levels are explicitly created at the end of the render as it appears that FBO do not generate them automatically. |
Commit Details:
Full Hash: f5161c31374f15ca9686f6efdf34a8a5dfeda719
Parent Commit: 9a31389
Lines Changed: +16, -0
1 Modified Path:
/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLOffScreen.cpp (+16, -0) (Diff)