Thank you for a great product!
I have issues with adding a background image to the viewer. Only the color I choose will be visible on front end.
I use the Le Bolide theme.
Greatful for help
Best from Frode
]]>Source Generator: ESKO ArtiosCAD -> .U3D -> aspose web app conversion to GLB
——————————————-
I’ve tested fews weeks ago another options with 3D viewer plugins, problems usually : can’t detect base panel or bad interpretations and high price.
Now I’ve tested this plugin and this is simply amazing: good interpretation of GLB files, GUI looks clean.
Great job guys, you made a nice plugin . Don’t stop !
]]>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.