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.
- JSON
- JavaScript
- React
- Angular
- Vue@2
- Vue@3
- Svelte
{
src: "/egjs-view3d/model/draco/payphone.glb",
iosSrc: "/egjs-view3d/model/usdz/payphone.usdz",
webAR: {
vertical: true
},
sceneViewer: {
vertical: true
}
}