|
@@ -11,7 +11,6 @@
|
|
|
|
|
|
<body>
|
|
|
<h1>[name]</h1>
|
|
|
- <br />
|
|
|
|
|
|
<p>
|
|
|
This guide provides a brief overview of the basic components of a web-based VR application
|
|
@@ -49,7 +48,7 @@ renderer.vr.enabled = true;
|
|
|
|
|
|
<p>
|
|
|
Finally, you have to adjust your animation loop since we can't use our well known
|
|
|
- *window.requestAnimationFrame()* function. For VR projects we use [page:WebGLRenderer.setAnimationLoop setAnimationLoop].
|
|
|
+ *window.requestAnimationFrame()* function. For VR projects we use [page:WebGLRenderer.setAnimationLoop setAnimationLoop].
|
|
|
The minimal code looks like this:
|
|
|
</p>
|
|
|
|