Skip to content

Commit

Permalink
Added credits to vr video example.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Mar 16, 2015
1 parent e7bac19 commit f73593b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/vr_video.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f73593b

Please sign in to comment.