three-nebula API
    Preparing search index...

    Class RadialVelocity

    Sets the velocity property on initialized particles.

    Hierarchy

    • default
      • RadialVelocity
    Index
    • Constructs a RadialVelocity initializer.

      Parameters

      • radius: number | Span<number> | undefined

        The velocity radius

      • vector3d: Vector3D

        The directional vector for the velocity

      • Optionaltheta: number

        The theta angle to use

      • isEnabled: boolean = true

      Returns RadialVelocity

    _useV: boolean
    dirVec: Vector3D
    isEnabled: boolean
    radiusPan: Span<number>
    tha: number
    type: string
    • Determines if the initializer requires a WebGL API to be provided to its constructor.

      Returns boolean