Taos API Reference
    Preparing search index...

    Interface OceanDynamicSource

    interface OceanDynamicSource {
        position: { x: number; z: number };
        amplitude: number;
        radius: number;
    }
    Index

    Properties

    position: { x: number; z: number }

    World XZ center of the disturbance.

    amplitude: number

    Target peak height (meters) at the splat center. The sim pulls h_cur toward amplitude · env(r) at a fixed rate, so a stationary source asymptotes at this height rather than blowing up. Wave propagation + decay then radiate the splat outward as the source moves. Typical boats ≈ 0.3-1.0 m.

    radius: number

    Radius of the Gaussian envelope (meters).