Skip to main content

Placing a model on the wall

caution

vertical placement is only available for WebARSession and SceneViewerSession.

You can use vertical option to place models on the wall instead of floor.

{
src: "/egjs-view3d/model/draco/payphone.glb",
iosSrc: "/egjs-view3d/model/usdz/payphone.usdz",
webAR: {
vertical: true
},
sceneViewer: {
vertical: true
}
}