Browse Source

Examples: Fix webvr_video.html

Mugen87 7 years ago
parent
commit
1dcf9d6856
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/webvr_video.html

+ 1 - 0
examples/webvr_video.html

@@ -116,6 +116,7 @@
 				for ( var i = 0; i < uvs.length; i += 2 ) {
 
 					uvs[ i ] *= 0.5;
+					uvs[ i ] += 0.5;
 
 				}