소스 검색

Swap viewports to match previous layout

WestLangley 6 년 전
부모
커밋
9f4cbe30c7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 ),