We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f8ba5 commit 9e5512fCopy full SHA for 9e5512f
examples/jsm/effects/OutlineEffect.js
@@ -55,7 +55,7 @@ import {
55
* // How to set outline parameters for each material
56
* material.userData.outlineParameters = {
57
* thickness: 0.01,
58
- * color: [ 0, 0, 0 ]
+ * color: [ 0, 0, 0 ],
59
* alpha: 0.8,
60
* visible: true,
61
* keepAlive: true
0 commit comments