From a6ed5e903e99baec3fdbbca01098c627fa6f8714 Mon Sep 17 00:00:00 2001 From: paulmasson Date: Sat, 4 Aug 2018 15:36:10 -0700 Subject: [PATCH] Removed unusable property --- docs/api/materials/PointsMaterial.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/api/materials/PointsMaterial.html b/docs/api/materials/PointsMaterial.html index f39ecb0c4d..1fb73f2991 100644 --- a/docs/api/materials/PointsMaterial.html +++ b/docs/api/materials/PointsMaterial.html @@ -77,9 +77,6 @@ scene.add( starField ); You should not change this, as it used internally for optimisation.

-

[property:Boolean lights]

-

Whether the material is affected by lights. Default is *false*.

-

[property:Texture map]

Sets the color of the points using data from a [page:Texture].

-- GitLab