Class VectorFieldImportOptions

Contains import options you may use to control how is a VectorField imported.

Hierarchy (view full)

Constructors

Accessors

Methods

Constructors

Accessors

  • get normalizeBounds(): boolean
  • Normalizes the bounds of the vector fields for easier use in engine. The velocities of the vector will automatically be renormalized according to the inital bounds of the imported vector field. In the particle system, you can manually scale or offset the vector field, as well as modify the intensity.

    Returns boolean

  • set normalizeBounds(value): void
  • Parameters

    • value: boolean

    Returns void

Methods

  • Virtual

    Checks if this object has the same contents as the provided one.

    Parameters

    Returns boolean