Jelajahi Sumber

Change color for the link between PBR blocks

Popov72 4 tahun lalu
induk
melakukan
b154bdedd3
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  1. 3 0
      nodeEditor/src/blockTools.ts

+ 3 - 0
nodeEditor/src/blockTools.ts

@@ -525,6 +525,9 @@ export class BlockTools {
             case NodeMaterialBlockConnectionPointTypes.Matrix:
                 color = "#591990";
                 break;
+            case NodeMaterialBlockConnectionPointTypes.Object:
+                color = "#6174FA";
+                break;
         }
 
         return color;