Bladeren bron

Docs: Add link to .setAnimationLoop() in VR guide

Mugen87 6 jaren geleden
bovenliggende
commit
b8693fbcc9
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 2 1
      docs/manual/en/introduction/How-to-create-VR-content.html

+ 2 - 1
docs/manual/en/introduction/How-to-create-VR-content.html

@@ -49,7 +49,8 @@ renderer.vr.enabled = true;
 
 	<p>
 		Finally, you have to adjust your animation loop since we can't use our well known
-		*window.requestAnimationFrame()* function. The minimal code looks like this:
+		*window.requestAnimationFrame()* function. For VR projects we use [page:WebGLRenderer.setAnimationLoop setAnimationLoop]. 
+		The minimal code looks like this:
 	</p>
 
 	<code>