We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef696a commit 36ecec2Copy full SHA for 36ecec2
1 file changed
examples/js/renderers/CSS3DRenderer.js
@@ -165,6 +165,11 @@ THREE.CSS3DRenderer = function () {
165
_tmpMatrix.transpose();
166
_tmpMatrix.extractPosition( object.matrixWorld );
167
168
+ _tmpMatrix.elements[ 3 ] = 0;
169
+ _tmpMatrix.elements[ 7 ] = 0;
170
+ _tmpMatrix.elements[ 11 ] = 0;
171
+ _tmpMatrix.elements[ 15 ] = 1;
172
+
173
style = getObjectCSSMatrix( _tmpMatrix );
174
175
} else {
0 commit comments