diff --git a/docs/api/renderers/WebGLRenderer.html b/docs/api/renderers/WebGLRenderer.html index e337053940cf1de35abfacf706f0da9765abb66c..87feb714deac5cb7b5d334001b6501c6b2422873 100644 --- a/docs/api/renderers/WebGLRenderer.html +++ b/docs/api/renderers/WebGLRenderer.html @@ -287,8 +287,8 @@

[method:null animate]( [param:Function callback] )

-
[page:Function callback] — (optional) If specified, the function will be called every available frame. If left empty it will stop any already ongoing animation started by this function.
-
A build in function that can be used instead of [link:https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame requestAnimationFrame].
+
[page:Function callback] — The function will be called every available frame. If `null` is passed it will stop any already ongoing animation.
+
A build in function that can be used instead of [link:https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame requestAnimationFrame]. For WebVR projects this function must be used.

[method:null clear]( [param:Boolean color], [param:Boolean depth], [param:Boolean stencil] )