Hi,
in your page you have written in the shortcode:
http://birdie-audio.com/wp-content/plugins/vrm360/demo/your_full_obj_url
you forgot to change ‘your_full_obj_url’ with the name of your location for your obj model
Hi,
Could you explain what you mean, please?
This is the shortcode I have used:
[vrm360 canvas_name=s1 model_http://birdie-audio.com/wp-content/uploads/2020/10/BirdieAudio-speaker-test-file-for-website.fbx=demo.obj aspect_ratio=1.8 initial_offset=0.9]
The is the full URL of the file:
http://birdie-audio.com/wp-content/uploads/2020/10/BirdieAudio-speaker-test-file-for-website.fbx
Could you provide the shortcode I need for the file to work on the site, please?
Thanks
wrong shortcode:
[vrm360 canvas_name=s1 model_http://birdie-audio.com/wp-content/uploads/2020/10/BirdieAudio-speaker-test-file-for-website.fbx=demo.obj aspect_ratio=1.8 initial_offset=0.9]
correct shortcode should be:
[vrm360 canvas_name=s1 model_url=http://birdie-audio.com/wp-content/uploads/2020/10/BirdieAudio-speaker-test-file-for-website.fbx aspect_ratio=1.8 initial_offset=0.9]
in your page source code you get the string I mentioned because of an error in your shortcode sintax