Skip to content

Commit

Permalink
Merge remote-tracking branch 'zz85/master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Dec 20, 2012
2 parents 1f6ebe7 + ef4004f commit 19d4d63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/js/renderers/CSS3DRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ THREE.CSS3DRenderer = function () {
_tmpMatrix.copy( camera.matrixWorldInverse );
_tmpMatrix.transpose();
_tmpMatrix.extractPosition( object.matrixWorld );
_tmpMatrix.scale( object.scale );

_tmpMatrix.elements[ 3 ] = 0;
_tmpMatrix.elements[ 7 ] = 0;
Expand Down

0 comments on commit 19d4d63

Please sign in to comment.