Skip to content

Commit 6b7f4cf

Browse files
deepansh96donmccurdy
authored andcommitted
Removed a non supported parameter from the docstring (mrdoob#23651)
The `opacity` parameter is not valid for LineBasicMaterial, it's also not mentioned in the documentation. But this was mentioned in the parameters docstring, which VSCode also provides as a possible suggestion.
1 parent 4546792 commit 6b7f4cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/materials/LineBasicMaterial.js

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import { Color } from '../math/Color.js';
44
/**
55
* parameters = {
66
* color: <hex>,
7-
* opacity: <float>,
8-
*
97
* linewidth: <float>,
108
* linecap: "round",
119
* linejoin: "round"

0 commit comments

Comments
 (0)