RSX Code Reference
    Preparing search index...
    • rsx
    • VectorFieldImportOptions

    Class VectorFieldImportOptions

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

    Hierarchy (View Summary)

    Index
    • 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: boolean): void

      Parameters

      • value: boolean

      Returns void