From 7cae193887f37291a123892cd6dc7a958dc6b68b Mon Sep 17 00:00:00 2001 From: Deepansh Mathur Date: Fri, 4 Mar 2022 02:08:35 +0530 Subject: [PATCH] Removed a non supported parameter from the docstring (#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. --- src/materials/LineBasicMaterial.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/materials/LineBasicMaterial.js b/src/materials/LineBasicMaterial.js index aba19740397b3e..2780f905bff621 100644 --- a/src/materials/LineBasicMaterial.js +++ b/src/materials/LineBasicMaterial.js @@ -4,8 +4,6 @@ import { Color } from '../math/Color.js'; /** * parameters = { * color: , - * opacity: , - * * linewidth: , * linecap: "round", * linejoin: "round"