• I like to buy pro model but before that could you please clarify the below. I am using latest version of woocommerce and installed your plugin today.

    1. Textured (MTL) file not applied , is this not in the free version ?
    2. Model is not uprigt, its loaded on its side
    3. Please let me how to make the model size bigger in the “product” page, resolution setting is for canvas I believe ?
    4. Will you able to customise this for me that I need few buttons on the 3d model page/canvas to show vertex normal, polygon count, matcap, wireframe mode, and xray mode (to show the armature)

    Thanks in advance

    • This topic was modified 5 years, 5 months ago by sudha5.
Viewing 1 replies (of 1 total)
  • Plugin Author fuzzoid

    (@fuzzoid)

    1. Please check your .mtl file, it should point to existing texture files.
    You can also post the link to your zip file here, I’ll check it.
    2. This may happen if a model has a broken geometry. I suggest trying to repair the model
    https://tools3d.azurewebsites.net/
    3. Install any Custom JS plugin and add this code:
    jQuery(document).ready(function( $ ){
    if (typeof(woo3dv)!=’undefined’) {
    woo3dv.resize_scale=0.5;
    }
    });

    4. I don’t do custom modifications.
    Wireframe can be enabled like this:
    woo3dv.model_mesh.material.wireframe=true
    Number of polygons:
    woo3dv.model_mesh.geometry.faces.length

Viewing 1 replies (of 1 total)
  • The topic ‘Model laying flat to the grid (Not Upright)’ is closed to new replies.