cameraControls property

bool? cameraControls
final

Enables controls via mouse/touch. This attribute should nearly always be specified, unless all model motion is being controlled by JavaScript functions.

Defaults to true.

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

Implementation

final bool? cameraControls;