{
if (entId[0] == 'm') {
// entry.material.color.set(color.hover)
@@ -65,7 +65,7 @@ const TreeEntry = ({ entId }) => {
{entId}
-
{
activeSketchId && treeEntries[activeSketchId].deactivate()
entry.activate()
@@ -76,7 +76,7 @@ const TreeEntry = ({ entId }) => {
-
{
dispatch({ type: 'delete-node', id: entId })
}}
@@ -85,7 +85,7 @@ const TreeEntry = ({ entId }) => {
{
vis ?
-
{
obj3d.visible = false;
sc.render()
@@ -95,7 +95,7 @@ const TreeEntry = ({ entId }) => {
:
-
{
obj3d.visible = true;
sc.render()
diff --git a/src/shared.js b/src/shared.js
index 1fb429a..f1b542b 100644
--- a/src/shared.js
+++ b/src/shared.js
@@ -12,7 +12,7 @@ raycaster.params.Points.threshold = 0.1;
const color = {
- background:0xbbbbbb,
+ background:0xdae1e7,
lighting: 0xFFFFFF,
emissive: 0x072534,
diff --git a/todo.txt b/todo.txt
index a8b2933..3094f23 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,6 +1,7 @@
fix css on design tree (a lot of work) \
clear dim on exit exit sketch / rehydrate when back or after loading \\\ done
+dimension to origin // done
- select sketch for extrusion
@@ -21,8 +22,6 @@ extrude edit dialog. directio and magnitude
fix extrusion loop find
-dimension to origin
-
file save
stl export