From 76058f747c5433eedb18be605912bfbf79fe9f2c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 29 Sep 2005 09:49:20 +0000 Subject: [PATCH] From Marco Jez, added fallback to TextureCubeMap subloading that calls load when mipmaps are required, but non are present. --- src/osg/Texture.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/osg/Texture.cpp b/src/osg/Texture.cpp index 6bab98425..deb471eea 100644 --- a/src/osg/Texture.cpp +++ b/src/osg/Texture.cpp @@ -1197,7 +1197,9 @@ void Texture::applyTexImage2D_subload(State& state, GLenum target, const Image* } else { - notify(WARN)<<"Warning:: cannot subload mip mapped texture from non mipmapped image."<