Browse Source

Add a new "Object" type

Popov72 5 năm trước cách đây
mục cha
commit
08852123a9

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 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 */