Contents

local(parallaxBounds:influenceBounds:blendDistance:)

A local influence with independent parallax correction and influence volumes.

Declaration

static func local(parallaxBounds: BoundingBox, influenceBounds: BoundingBox, blendDistance: Float) -> VirtualEnvironmentProbeComponent.Influence

Parameters

  • parallaxBounds:

    The bounding box used for parallax correction (local space).

  • influenceBounds:

    The bounding box that defines the probe’s area of influence (local space).

  • blendDistance:

    The distance from the edge of the influence volume over which the probe fades.

See Also

Creating an influence