ycw
1
generated code
...
var Time = new BABYLON.InputBlock("Time");
Time.animationType = BABYLON.AnimatedInputBlockTypes.Time; // <-- missing
...
@ycw - This an awesome catch!!!
Pinging @Deltakosh
ycw
4
lets elaborate the problem:
reproduce:
- visit this graph: Babylon.js Node Material Editor
- click āgenerate codeā
- open code.txt
Expected: InputBlock, āTimeā, should be assigned .animationType
like below
Time.animationType = BABYLON.AnimatedInputBlockTypes.Time;
Actual: missing
Refresh your cache:) it should work now
ycw
6
Should L577 stuff also be added to L556 ?
L577:
L556:
Iām freaking stupid!! Sorry for the burden
Iāll fix that right now
1 Like