Hello everyone,
I’m using babylon in Angular 9 project and I need to change the color of LinesMesh on click on datatable row. And “color” property does not seem to work. Just nothing happening.
Also, the property is defined as Color3. BJS has decided to do as little checking / validation of input as is possible. This is fine given that it is a real time system.
It is, however, source coded in typescript. This means if you coded your application also in typescript, then your errors would have been detected in your editor & then again when you tried to transpile. Unlike that whole Webpack process, which very slow, I am getting 2 second transpile time, max.
Not doing your source in typescript, this is going to happen over-n-over.