@qy_better_lib/hooks 0.2.14 → 0.2.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1058,10 +1058,10 @@ function use_effect_composer(current_three) {
1058
1058
  }
1059
1059
  });
1060
1060
  if (options.visible_edge_color) {
1061
- outline_pass.visibleEdgeColor.set(options.visible_edge_color);
1061
+ outline_pass.visibleEdgeColor = options.visible_edge_color;
1062
1062
  }
1063
1063
  if (options.hidden_edge_color) {
1064
- outline_pass.hiddenEdgeColor.set(options.hidden_edge_color);
1064
+ outline_pass.hiddenEdgeColor = options.hidden_edge_color;
1065
1065
  }
1066
1066
  outline_pass.selectedObjects = objects;
1067
1067
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@qy_better_lib/hooks",
3
3
  "private": false,
4
- "version": "0.2.14",
4
+ "version": "0.2.15",
5
5
  "description": "qy better lib hooks",
6
6
  "author": "luhuiming",
7
7
  "license": "MIT",