2
0
yomotsu 8 жил өмнө
parent
commit
71c3235b80

+ 1 - 1
examples/js/renderers/CSS3DRenderer.js

@@ -154,8 +154,8 @@ THREE.CSS3DRenderer = function () {
 		}
 
 		return 'translate(-50%,-50%)' +
-			cameraCSSMatrix +
 			'translate(' + _widthHalf + 'px,' + _heightHalf + 'px)' +
+			cameraCSSMatrix +
 			matrix3d;
 
 	}