Hilo3d API - v2.0.0-alpha.4
    Preparing search index...

    Class ParticleCurve

    Immutable scalar curve baked to identical float32 LUT bytes for CPU and GPU plans.

    Index
    keys: readonly Readonly<ParticleCurveKeyframe>[]
    • Bake a fixed-size float32 lookup table.

      Parameters

      • sampleCount: number = 256

      Returns Float32Array

    • Sample the authoring curve with explicitly defined wrap and interpolation semantics.

      Parameters

      • time: number

      Returns number