Skip to content

Commit 62bb685

Browse files
authored
FrontFacingNode: Fix frontFacing if used material.flatShading (#30828)
1 parent 025475d commit 62bb685

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/nodes/display/FrontFacingNode.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ class FrontFacingNode extends Node {
3838

3939
const { renderer, material } = builder;
4040

41-
if ( material.flatShading === true ) return 'true';
42-
4341
if ( renderer.coordinateSystem === WebGLCoordinateSystem ) {
4442

4543
if ( material.side === BackSide ) {

0 commit comments

Comments
 (0)