From 4612dbb1e567583f8ced60016a30653b5159c7f4 Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Wed, 17 Sep 2014 12:36:13 -0400 Subject: [PATCH] Docs: PointCloud no longer changes frustumCulled. Fixes #5327. --- docs/api/objects/PointCloud.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/api/objects/PointCloud.html b/docs/api/objects/PointCloud.html index 58e9c4809e..195f685ba0 100644 --- a/docs/api/objects/PointCloud.html +++ b/docs/api/objects/PointCloud.html @@ -34,10 +34,6 @@
An instance of [page:Material], defining the object's appearance. Default is a [page:PointCloudMaterial] with randomised colour.
-

.[page:Boolean frustrumCulled]

- -
Specifies whether the particle system will be culled if it's outside the camera's frustum. By default this is set to false.
-

.[page:boolean sortParticles]

When set, then the particles should be depth sorted (from far to near), based on camera, in the renderer every frame. -- GitLab