Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UnstructGridModelOptions

Options for the UnstructGridModel

Hierarchy

  • UnstructGridModelOptions

Index

Properties

Properties

vizStateStrategy

vizStateStrategy: VizStateStrategy

Strategy to use for multiple states (animation) in UnstructGridModel.

This setting controls how much memory (both Javascript and GPU) is kept between states. Use this setting to balance between rendering performance and resource usage.

Default is VIZ_STATES_SINGLE (most conservative on memory usage).

See VizStateStrategy for more information.

Generated using TypeDoc