Skip to content

Side

Side

THREE equivalent: THREE.FrontSide / THREE.BackSide / THREE.DoubleSide

Face culling constants for materials.

Differs from THREE.js

Frozen enum object instead of individual constants. Side.Double instead of THREE.DoubleSide.

Name Type Description
Front number Render front faces only (default).
Back number Render back faces only.
Double number Render both faces.