fixed mipmaps autogen at Cubemap

This commit is contained in:
2022-01-07 19:39:39 +08:00
parent 2eef520786
commit 5d608624c0
10 changed files with 88 additions and 212 deletions

View File

@@ -57,7 +57,7 @@ private:
}
{
texture =db->LoadTextureCube(OS_TEXT("res/cubemap/Storforsen4.TexCube"),false);
texture =db->LoadTextureCube(OS_TEXT("res/cubemap/Test.TexCube"),true);
if(!texture)
return(false);