We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32ee68 commit ef4004fCopy full SHA for ef4004f
1 file changed
examples/js/renderers/CSS3DRenderer.js
@@ -170,6 +170,7 @@ THREE.CSS3DRenderer = function () {
170
_tmpMatrix.copy( camera.matrixWorldInverse );
171
_tmpMatrix.transpose();
172
_tmpMatrix.extractPosition( object.matrixWorld );
173
+ _tmpMatrix.scale( object.scale );
174
175
_tmpMatrix.elements[ 3 ] = 0;
176
_tmpMatrix.elements[ 7 ] = 0;
0 commit comments