diff --git a/src/parser/text_parser.ts b/src/parser/text_parser.ts index aef6881..e8bb172 100644 --- a/src/parser/text_parser.ts +++ b/src/parser/text_parser.ts @@ -364,7 +364,7 @@ export class DemoParserText extends DemoParser { break; } case Planes.LIGHTING_PLANE: { - appearance.blend_mode = BlendMode.ADD; + appearance.blend_mode = BlendMode.MULTIPLY; break; } case Planes.O_LIGHTING_VISUAL_PLANE: {