mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-15 07:56:00 +10:00
- Wrong title on video demo.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>three.js - geometry - cube</title>
|
||||
<title>three.js - materials - video</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
|
||||
<style type="text/css">
|
||||
@@ -69,7 +69,6 @@
|
||||
|
||||
video = document.createElement( 'video' );
|
||||
video.src = 'textures/sintel.mp4';
|
||||
video.loop = 'loop';
|
||||
video.play();
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user