Applying Projects
You can display the designed scene on third-party systems or on supOS.
Display on third-party system
- Design the scene and preview it.
- Copy the page link during preview.
- Change part of the link from
/editor/scenePrev?sceneId=xxx
to/nest/scene?sceneName=your_scene_name
. - Iframe the URL to third-party systems.
Display on supOS
- Design the scene and preview it.
- Copy the page link during preview.
- Change part of the link from
/editor/scenePrev?sceneId=xxx
to/nest/scene?sceneName=your_scene_name
. - Go to Business Designer, enter an app and drag a Programmable Component to the page and iframe the URL inside the script.
<iframe
id='iframe1'
src='http://ip:port/apps/bluetron-3dedit/3DEDIT/#/nest/scene?sceneName=your_scene_name'
style={{ width: '100%', height: '100%' }}
/>