📄 threejs/Core/Nodes/FrontFacingNode

File: FrontFacingNode.md | Updated: 11/15/2025


title: FrontFacingNode category: Core layout: docs

FrontFacingNode

This node can be used to evaluate whether a primitive is front or back facing.

Constructor

new FrontFacingNode()

Constructs a new front facing node.

Properties

.isFrontFacingNode : boolean (readonly)

This flag can be used for type testing.

Default is true.

Source

src/nodes/display/FrontFacingNode.js