Browse Source

NodeBuilder: Missing property in type definition

Signed-off-by: martinRenou <[email protected]>
martinRenou 5 years ago
parent
commit
59ec5961f4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      examples/jsm/nodes/core/NodeBuilder.d.ts

+ 2 - 0
examples/jsm/nodes/core/NodeBuilder.d.ts

@@ -24,6 +24,8 @@ export class NodeBuilder {
 		color: boolean[];
 		lights: boolean;
 		fog: boolean;
+		transparent: boolean;
+		irradiance: boolean;
 	};
 
 	includes: {