scale property

String? scale
final

Scales the model as specified in the X, Y, and Z directions. Scale is applied before orientation. If specified before the model loads, automatic camera framing will take this change into account; otherwise the updateFraming() method must be called manually.

<model-viewer> official document: https://modelviewer.dev/docs/#entrydocs-scenegraph-attributes-scale

Implementation

final String? scale;