Pārlūkot izejas kodu

Merge pull request #14641 from paulmasson/patch-1

Docs: Removed unusable property in PointsMaterial
Mr.doob 7 gadi atpakaļ
vecāks
revīzija
9c4989a7fe
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  1. 0 3
      docs/api/materials/PointsMaterial.html

+ 0 - 3
docs/api/materials/PointsMaterial.html

@@ -77,9 +77,6 @@ scene.add( starField );
 			You should not change this, as it used internally for optimisation.
 		</p>
 
-		<h3>[property:Boolean lights]</h3>
-		<p>Whether the material is affected by lights. Default is *false*.</p>
-
 		<h3>[property:Texture map]</h3>
 
 		<p>Sets the color of the points using data from a [page:Texture].</p>