premultiply
premultiply: boolean | undefined
If true
, transform is pre-multiplied with (i.e., appled before) the model's base transform.
Otherwise, the display transform will instead be post-multiplied with (i.e., applied after) the base transform.
Defined in
- core/frontend/src/ViewState.ts Line 67
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.