|
@@ -611,13 +611,13 @@ export class InputBlock extends NodeMaterialBlock {
|
|
`${variableName}.isBoolean = ${this.isBoolean}`,
|
|
`${variableName}.isBoolean = ${this.isBoolean}`,
|
|
`${variableName}.matrixMode = ${this.matrixMode}`,
|
|
`${variableName}.matrixMode = ${this.matrixMode}`,
|
|
`${variableName}.animationType = BABYLON.AnimatedInputBlockTypes.${AnimatedInputBlockTypes[this.animationType]}`
|
|
`${variableName}.animationType = BABYLON.AnimatedInputBlockTypes.${AnimatedInputBlockTypes[this.animationType]}`
|
|
- )
|
|
|
|
|
|
+ );
|
|
}
|
|
}
|
|
|
|
|
|
// Common Property "Type"
|
|
// Common Property "Type"
|
|
codes.push(
|
|
codes.push(
|
|
`${variableName}.isConstant = ${this.isConstant}`,
|
|
`${variableName}.isConstant = ${this.isConstant}`,
|
|
- `${variableName}.visibleInInspector = ${this.visibleInInspector}`
|
|
|
|
|
|
+ `${variableName}.visibleInInspector = ${this.visibleInInspector}`
|
|
);
|
|
);
|
|
|
|
|
|
codes.push('');
|
|
codes.push('');
|