HoloField - Boundary-to-Volume Generator
    Preparing search index...

    Function GeneratePointCloudDataset

    • Generates a point dataset from the decoded field through the configured pipeline.

      Acts as the interface between the engine and visualization layers.

      Parameters

      • boundaryName:
            | "FruityField"
            | "SimpleHeightField"
            | "PolarHeightField"
            | "HemisphereField"
            | "LatitudeBandsField"
      • decoderName: "HeightFieldDecoder" | "RadialDecoder"
      • samplerName:
            | "LatLongSampler"
            | "FibonacciSampler"
            | "UniformVoxelSampler"
            | "UniformPointCloudSampler"
            | "SurfacePointCloudSampler"
      • gridParams: SpatialSamplerOptions

      Returns PointDataset