• Hi,

    I’m setting up a website with several 3D Models. Some of those have multiple parts. In the description of each model I would like to set an interactive 3D view of each of its parts.

    Whem using more than 1 3D Model Viewer it messes things up mixing all the information into 1 single place, overlaping the first “show” and showing only the last one.

    I used the following code (except for the modified URL):

    <div style="width: 50%; float: left;">
    <h5>Planter</h5>
    [vrm360 canvas_name=s1 model_url=myurlhere/firstmodel.stl aspect_ratio=1 hide_cmds=false autostart=true rx=45 mesh_color=#D4AF37]
    </div>
    <div style="width: 50%; float: right;">
    <h5>Liner</h5>
    [vrm360 canvas_name=s2 model_url=myurlhere/secondmodel.stl aspect_ratio=1 hide_cmds=false autostart=true rx=45 mesh_color=#D4AF37]
    </div>

    How can I use several show in the same page?
    As you can see, I’ve already used different names for it.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Multiple Shows’ is closed to new replies.