Răsfoiți Sursa

Swap viewports to match previous layout

WestLangley 6 ani în urmă
părinte
comite
9f4cbe30c7
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      examples/webgl_multiple_views.html

+ 2 - 2
examples/webgl_multiple_views.html

@@ -72,7 +72,7 @@
 				},
 				{
 					left: 0.5,
-					bottom: 0.5,
+					bottom: 0,
 					width: 0.5,
 					height: 0.5,
 					background: new THREE.Color( 0.7, 0.5, 0.5 ),
@@ -87,7 +87,7 @@
 				},
 				{
 					left: 0.5,
-					bottom: 0,
+					bottom: 0.5,
 					width: 0.5,
 					height: 0.5,
 					background: new THREE.Color( 0.5, 0.7, 0.7 ),