maui2wp
Forum Replies Created
-
Forum: Plugins
In reply to: [Vrm 360 3D Model Viewer] Compatible with WordPress 6.2It should be already compatible; I have only to update the compatibility string.
Forum: Plugins
In reply to: [Spin 360 deg and 3D Model Viewer] Is the zoom feature removed for good?@jcorbettsi
unfortunately it is due to some incompatibility with wp 6.
The button was present but it didn’t work anymore… so I just removed itForum: Plugins
In reply to: [Vrm 360 3D Model Viewer] VRML children with inline URL do not display@rtlaird
sorry for being late on this…
wrl should work OOTB using the option to export it without check the option to ‘Copy 3D model files to 3D model path’
Anyway, in general obj option is much lighter and faster than wrl format.
EDIT: and thanks for citing my plugin ??- This reply was modified 2 years, 4 months ago by maui2wp.
Forum: Plugins
In reply to: [Vrm 360 3D Model Viewer] Model does not appear automaticallyyour object’s origin is far from reference origin…
import your model in blender and move the center of your object to the reference originForum: Plugins
In reply to: [Vrm 360 3D Model Viewer] Vrm360@kristofer88
does it work with the demo model?
[vrm360 canvas_name=s1 model_url=demo.obj aspect_ratio=1.8 initial_offset=0.9]
Forum: Plugins
In reply to: [Vrm 360 3D Model Viewer] Suggestions@exogenia
thanks for the suggestions…
For the point 4. “Most important is to encrypt the model_url”
This is not possible.
This plugin is based on Threejs which is a javascript library
The Javascript code is run on the client, so it is not possible to hide the path to the object to be rendered.The only optiont would be to convert models to PNG, animated GIF or WEBM video format to protect models from downloading.
https://www.ads-software.com/support/topic/model-path-shows/Forum: Plugins
In reply to: [Vrm 360 3D Model Viewer] please do the solve@rumu
you need to use a real STL file, not a link to a 3d-model viewer in sketchfabI think there are some sketchfab wp plugin viewer available
Forum: Plugins
In reply to: [Vrm 360 3D Model Viewer] Multiple Showsplease refer to this support
https://www.ads-software.com/support/topic/see-different-models-on-one-page/Forum: Plugins
In reply to: [Vrm 360 3D Model Viewer] BACKGROUND COLOR@albertcallejo
please have a look at
https://www.ads-software.com/plugins/vrm360/#installation
inShortcode Parameters
section you can find the parameter to use:
backgcolor = html color value (default #D9D9D9)[vrm360 canvas_name=s1 model_url=full_3d_model_url aspect_ratio=1.33333 hide_cmds=zoom,backgcolor=#404040,fullscreen]
Forum: Reviews
In reply to: [Vrm 360 3D Model Viewer] Not ready for prime timeMaybe my issues are caused by the fact that I am not using Blender to create my STL/OBJ files, but there are lots of glitches that I can’t figure out how to work around.
The plugins is using an open source library that best fits Blender.
For example, upon initial load, the model is not centered in the window. When the user begins to rotate the model, however, it immediately snaps to the center position. I’d like to have the model start out centered, and having spent hours experimenting with various shortcode settings, I can’t make that work.
Simply have a look at support threads to solve your issue.
Forum: Plugins
In reply to: [Spin 360 deg and 3D Model Viewer] Lazy loading images@clsklvr
sorry for the delay in my reply… I don’t check often my pages.
And many thanks for adding the code that is solving the issue.Forum: Plugins
In reply to: [Vrm 360 3D Model Viewer] I tried everything and need help (spining wheel)@anwe does your browser support webGL?
https://stackoverflow.com/questions/20850210/three-js-browser-compatibilityForum: Plugins
In reply to: [Vrm 360 3D Model Viewer] Why my fbx model glitching?@volkatr
I have very little experience with fbx files… you may test it with threejs library to check if the issue is with the file itself… you may try to export your model as obj plus mtl file format.Forum: Plugins
In reply to: [Vrm 360 3D Model Viewer] I tried everything and need help (spining wheel)@anwe
does your site work with the demo?[vrm360 canvas_name=s1 model_url=demo.obj aspect_ratio=1.8 initial_offset=0.9]
Forum: Plugins
In reply to: [Vrm 360 3D Model Viewer] wrl-files are not displayed@mengeler
it may depend on which version of the threejs library used by the plugin.
You may try to export your model using blender.