From 719f664dbdb6636a41ff828cb712eab40ca59a88 Mon Sep 17 00:00:00 2001 From: sunag Date: Sun, 30 Mar 2025 18:03:27 -0300 Subject: [PATCH] fix flatShading --- src/nodes/display/FrontFacingNode.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/nodes/display/FrontFacingNode.js b/src/nodes/display/FrontFacingNode.js index c760b0945f1cb2..86736793686631 100644 --- a/src/nodes/display/FrontFacingNode.js +++ b/src/nodes/display/FrontFacingNode.js @@ -38,8 +38,6 @@ class FrontFacingNode extends Node { const { renderer, material } = builder; - if ( material.flatShading === true ) return 'true'; - if ( renderer.coordinateSystem === WebGLCoordinateSystem ) { if ( material.side === BackSide ) {