浏览代码

missing comma (#24463)

David Fitzgibbon 3 年之前
父节点
当前提交
9e5512f067
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/jsm/effects/OutlineEffect.js

+ 1 - 1
examples/jsm/effects/OutlineEffect.js

@@ -55,7 +55,7 @@ import {
  * // How to set outline parameters for each material
  * // How to set outline parameters for each material
  * material.userData.outlineParameters = {
  * material.userData.outlineParameters = {
  * 	thickness: 0.01,
  * 	thickness: 0.01,
- * 	color: [ 0, 0, 0 ]
+ * 	color: [ 0, 0, 0 ],
  * 	alpha: 0.8,
  * 	alpha: 0.8,
  * 	visible: true,
  * 	visible: true,
  * 	keepAlive: true
  * 	keepAlive: true