소스 검색

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 */