From 619f922a4e2342880f0603e90aba841ca388ea2a Mon Sep 17 00:00:00 2001 From: Mugen87 Date: Mon, 1 Apr 2019 14:37:54 +0200 Subject: [PATCH] Docs: Add note about Scene.dispose() in guide. --- docs/manual/en/introduction/How-to-dispose-of-objects.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/manual/en/introduction/How-to-dispose-of-objects.html b/docs/manual/en/introduction/How-to-dispose-of-objects.html index 5f8098c283..d60f42b013 100644 --- a/docs/manual/en/introduction/How-to-dispose-of-objects.html +++ b/docs/manual/en/introduction/How-to-dispose-of-objects.html @@ -54,6 +54,13 @@ for realizing custom rendering destinations. These objects are only deallocated by executing [page:WebGLRenderTarget.dispose]().

+

Scenes

+ +

+ The renderer maintains for scenes special data structures for sorting and rendering. If for some reasons a scene object becomes obsolete in an application, + call [page:Scene.dispose]() in order to free these resources. +

+

Miscellaneous

-- GitLab