mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Merge pull request #1259 from marauder2k9-torque/test-cubemap-mip-gen
Test PR for generating cubemap mips
This commit is contained in:
commit
d464c450d5
10 changed files with 70 additions and 93 deletions
|
|
@ -338,7 +338,8 @@ void CubeReflector::updateReflection( const ReflectParams ¶ms, Point3F expli
|
|||
|
||||
for ( U32 i = 0; i < 6; i++ )
|
||||
updateFace( params, i, explicitPostion);
|
||||
|
||||
|
||||
mCubemap->generateMipMaps();
|
||||
|
||||
GFX->popActiveRenderTarget();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue