ソースを参照

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.
Deepansh Mathur 3 年 前
コミット
f3080e3f54
1 ファイル変更0 行追加2 行削除
  1. 0 2
      src/materials/LineBasicMaterial.js

+ 0 - 2
src/materials/LineBasicMaterial.js

@@ -4,8 +4,6 @@ import { Color } from '../math/Color.js';
 /**
  * parameters = {
  *  color: <hex>,
- *  opacity: <float>,
- *
  *  linewidth: <float>,
  *  linecap: "round",
  *  linejoin: "round"