NodeBuilder: Missing property in requires type definition
@@ -24,6 +24,8 @@ export class NodeBuilder {
color: boolean[];
lights: boolean;
fog: boolean;
+ transparent: boolean;
+ irradiance: boolean;
};
includes: {
@@ -64,7 +64,9 @@ function NodeBuilder() {
uv: [],
color: [],
lights: false,
- fog: false
+ fog: false,
+ transparent: false,
+ irradiance: false
this.includes = {