Documentation / scene / WaterDisturberShape
Type Alias: WaterDisturberShape
WaterDisturberShape =
"sphere"|"capsule"|"box"
Defined in: libs/scene/src/render/water_interaction.ts:75
Footprint shape of a WaterDisturber.
sphere: radius WaterDisturber.radius about the node's origin.capsule: radius WaterDisturber.radius about a segment along the node's local Y axis, WaterDisturber.halfLength either side.box: WaterDisturber.size about the node's origin, in its local axes.