SceneLayout type
Scene layout options.
Signature:
type SceneLayout = 'combo' | 'front';
Remarks
combo
is a front/back view of the model. -front
is the front view only.
Scene layout options.
Signature:
type SceneLayout = 'combo' | 'front';
combo
is a front/back view of the model. - front
is the front view only.