Skip to content

Commit

Permalink
Removed a non supported parameter from the docstring (mrdoob#23651)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
deepansh96 authored and abernier committed Sep 16, 2022
1 parent f265cb2 commit 7cae193
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/materials/LineBasicMaterial.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import { Color } from '../math/Color.js';
/**
* parameters = {
* color: <hex>,
* opacity: <float>,
*
* linewidth: <float>,
* linecap: "round",
* linejoin: "round"
Expand Down

0 comments on commit 7cae193

Please sign in to comment.