Prechádzať zdrojové kódy

Added credits to vr video example.

Mr.doob 10 rokov pred
rodič
commit
f73593b00e
1 zmenil súbory, kde vykonal 14 pridanie a 0 odobranie
  1. 14 0
      examples/vr_video.html

+ 14 - 0
examples/vr_video.html

@@ -11,10 +11,24 @@
 				margin: 0px;
 				overflow: hidden;
 			}
+			#info {
+				position: absolute;
+				top: 10px;
+				width: 100%;
+				color: #fff;
+				text-align: center;
+			}
+			a {
+				color: #ff0
+			}
 		</style>
 	</head>
 	<body>
 		<div id="container"></div>
+		<div id="info">
+			<a href="http://threejs.org" target="_blank">three.js</a> webgl - vr video<br />
+			stereoscopic panoramic render by <a href="http://pedrofe.com/rendering-for-oculus-rift-with-arnold/" target="_blank">pedrofe</a>. scene from <a href="http://www.meryproject.com/" target="_blank">mery project</a>.
+		</div>
 
 		<script src="../build/three.min.js"></script>
 		<script src="js/effects/VREffect.js"></script>