Function createClippingPlaneCollection

  • create a Cesium ClippingPlaneCollection based on a given feature having a multi-curve, polygon, or extruded solid geometry

    Parameters

    • feature: Feature<Geometry>

      base for calculating the clipping planes.

    • options: ClippingPlaneCreationOptions = {}
    • transformMatrix: undefined | Matrix4 = undefined

      4x4 matrix specifying the transform of clipping planes from Earth's fixed frame to another one

    Returns ClippingPlaneCollection | null