Merge pull request #1259 from marauder2k9-torque/test-cubemap-mip-gen

Test PR for generating cubemap mips
This commit is contained in:
Brian Roberts 2024-04-24 23:14:02 -05:00 committed by GitHub
commit d464c450d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 70 additions and 93 deletions

View file

@ -338,7 +338,8 @@ void CubeReflector::updateReflection( const ReflectParams &params, Point3F expli
for ( U32 i = 0; i < 6; i++ )
updateFace( params, i, explicitPostion);
mCubemap->generateMipMaps();
GFX->popActiveRenderTarget();