HighlightLayer side effect

Using the ES6 modules, the HighlightLayer requires the extra file effectLayerSceneComponent.ts to be imported but GlowLayer doesn’t. I noticed that glowLayer.ts has the below line to import it, should this line be added to highlightLayer.ts as well?

import "../Layers/effectLayerSceneComponent";
1 Like

I ll add it to my current PR

1 Like

Added there webgpu wgsl update elseif -> else if by sebavan · Pull Request #12272 · BabylonJS/Babylon.js · GitHub

1 Like