Skip to content

Commit

Permalink
Merge pull request #151 from NASA-AMMOS/fix-premultiply
Browse files Browse the repository at this point in the history
Parent transform multiply -> premultiply
  • Loading branch information
gkjohnson authored Jan 18, 2021
2 parents 1f3dfdf + a2bbb02 commit 04633dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/three/TilesRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ export class TilesRenderer extends TilesRendererBase {

if ( parentTile ) {

transform.multiply( parentTile.cached.transform );
transform.premultiply( parentTile.cached.transform );

}

Expand Down

0 comments on commit 04633dd

Please sign in to comment.