@equinor/videx-3d
    Preparing search index...

    Variable OceanSamplerContextConst

    OceanSamplerContext: Context<OceanSampler | null> = ...

    Context carrying the current OceanSampler. An <Ocean> provides this to its children; floating components read it (directly or via useBuoyancy) to follow the waves. null when the component is not rendered inside an <Ocean> (so consumers can fall back to a static pose).