Documentation / scene / WaterInteractionFollowMode
Type Alias: WaterInteractionFollowMode
WaterInteractionFollowMode =
"camera"|"node"|"fixed"
Defined in: libs/scene/src/render/water_interaction.ts:33
How the interaction window is positioned in the world.
camera: centred on the camera that last updated the water. The default.node: centred on WaterInteraction.followNode.fixed: centred on WaterInteraction.center and never moves. The right choice for a pool or a pond that fits inside one window.