
I’m trying to create a highlight, but the image is not what I expected. The first screen is an image through the img tag (red background for clarity), the second screen is what I get through the following code
var lensFlareSystem = new LensFlareSystem(
'lensFlareSystem',
this.scene.getMeshByName('meshName'),
this.scene
);
new LensFlare(
1,
0,
new Color3(1, 1, 1),
'assets/lens7.png',
lensFlareSystem
);
what am I doing wrong? Thanks in advance for your answers
