فهرست منبع

Add a new "Object" type

Popov72 5 سال پیش
والد
کامیت
08852123a9
2فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 3 0
      nodeEditor/src/diagram/nodePort.ts
  2. 2 0
      src/Materials/Node/Enums/nodeMaterialBlockConnectionPointTypes.ts

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 3 - 0
nodeEditor/src/diagram/nodePort.ts


+ 2 - 0
src/Materials/Node/Enums/nodeMaterialBlockConnectionPointTypes.ts

@@ -18,6 +18,8 @@ export enum NodeMaterialBlockConnectionPointTypes {
     Color4 = 64,
     /** Matrix */
     Matrix = 128,
+    /** Custom object */
+    Object = 256,
     /** Detect type based on connection */
     AutoDetect = 1024,
     /** Output type that will be defined by input type */