We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Pascal

Forum Replies Created

Viewing 14 posts - 31 through 44 (of 44 total)
  • Author
    Posts
  • Pascal
    Customer

    No, same with the silver one.
    You find the exported gltf of the gold-cube attached.
    I also found this error message in the browser console:

    v3d.WebGLProgram: shader error:  1282 35715 false gl.getProgramInfoLog Must have a compiled fragment shader attached:
    SHADER_INFO_LOG:
    WARNING: 0:3134: 'unroll_loop_end' : unrecognized pragma
    ERROR: 0:3327: 'node_bsdf_principled' : no matching overloaded function found
    ERROR: 0:3328: 'node_output_material' : no matching overloaded function found <empty string> 
    v3d.WebGLShader: gl.getShaderInfoLog() fragment
    WARNING: 0:3134: 'unroll_loop_end' : unrecognized pragma
    ERROR: 0:3327: 'node_bsdf_principled' : no matching overloaded function found
    ERROR: 0:3328: 'node_output_material' : no matching overloaded function found1: #version 300 es
    2: #define varying in
    3: out highp vec4 pc_fragColor;
    4: #define gl_FragColor pc_fragColor
    5: #define gl_FragDepthEXT gl_FragDepth
    6: #define texture2D texture
    7: #define textureCube texture
    8: #define texture2DProj textureProj
    9: #define texture2DLodEXT textureLod
    10: #define texture2DProjLodEXT textureProjLod
    11: #define textureCubeLodEXT textureLod
    12: #define texture2DGradEXT textureGrad
    13: #define texture2DProjGradEXT textureProjGrad
    14: #define textureCubeGradEXT textureGrad
    15: precision highp float;
    16: precision highp int;
    17: #define HIGH_PRECISION
    18: #define SHADER_NAME MeshNodeMaterial
    19: #define LIGHT_PATH_IS_CAM_RAY 1
    20: #define WORLD_NODES 0
    21: #define NORMAL_OUTPUT 0
    22: #define NODE_RGB_NUM…
    v3d.js:132:5841
    in reply to: Eevee AO Problem #52825
    Pascal
    Customer

    You might want to add some more information, like version of Verge3D and Browser you use and a link to download the project files.

    I recognize a similar problem on Chromium browser (Version 102.0.5005.61) and a Verge3D scene that was created in version 3.8.1 with 3ds Max, while Google Chrome and Firefox work fine with the same scene. I did not investigate on the details yet, maybe I update the Verge3D scene to the latest version and see how it works.

    Attachments:
    You must be logged in to view attached files.
    Pascal
    Customer

    Very clever solution how to fake the reflection. Might work in some cases. :good:

    But I recognize the frame-rate drops extremely in Firefox when I use video textures, so I am using it sparingly for now.

    in reply to: Access-Control-Allow-Origin #49489
    Pascal
    Customer

    Your server sends this header with the files:
    Referrer Policy: strict-origin-when-cross-origin
    I think your webserver or your wordpress does not allow what you try to do?
    Try with the same subdomain www. on both sides or configure the webserver according to your needs.

    Pascal
    Customer

    You might want to apply modifiers before you export to Verge and see if that works.

    in reply to: importing blender model to Verge3D issue #46968
    Pascal
    Customer

    Looks like you have a very big model. Scale the model down.
    Or try to set the camera Max Dist to much higher value.

    in reply to: UV orientation changes when sneek previewing #46899
    Pascal
    Customer

    There is a report at https://developer.blender.org/T92977 that leads to another at https://github.com/KhronosGroup/glTF-Blender-IO/issues/1443 about the problem.

    Maybe it is easy to just erase the exif information from jpgs, if any is found, during export to glb/gltf?

    in reply to: UV orientation changes when sneek previewing #46871
    Pascal
    Customer

    Ok, your feedback was very helpful to tackle down the problem.

    When I open the wood_diffuse.jpg in Gimp, I get a messages that tells me that the jpg contains Exif meta data about the orientation.(and ask if I want to use it or not) So my conclusion is: Blender does not use the metadata, but Verge does. Please double-check if it is this way, or the other way round.

    I wonder if this is something to bug-report to blender, what do you think?

    in reply to: UV orientation changes when sneek previewing #46870
    Pascal
    Customer

    Hey xeon, thank you very much for testing! I am just setting up to also dig in further on, with your feedback.

    The more I dig into it the more I think the issue is isolated to the packing of the file.

    The screenshots of the scene and browser with the problem was taken before packaging. Packaging happened just before the upload.
    The problem showed up first in a much more complex scene. I wanted to break it down within the scene itself, but it did not work. Then, I went the other way round and started up a new blendfile. There, I use the default cube, scale it, apply all transformation, then uv box project and setup the material node like shown. I repeated the same procedure on my Linux system and also on my Win10 system. Same thing on both.

    Pascal
    Customer

    Maybe fulin thinks of something similar to the inspector in the babylonjs sandbox, for easy debugging/tweaking?

    in reply to: Load Data Problem for Local file or Server File #46837
    Pascal
    Customer

    Maybe your local file is missing correct encoding information and the webserver is defaulting to utf-8 while your browser loads the local file with an other default encoding? Just guessing… :unsure:

    in reply to: How to optimize projects for speed #46833
    Pascal
    Customer

    Hej hej Preferens,
    I guess you have some lights setup that take too much time (hardware-ressources) on rendering the first frame, so the loading time is very different, depending on the hardware. On my system, it just takes 6 sec., but on another system where it tested, it never finished.
    Stop the ongoing rendering when nothing happens. You can stop rendering (and antialias the last frame )when nothing new is to be shown.
    The scene is not that big, the .bin has just 6 MB so I don’t think its a matter of too much geometry. Check your lights and shadow setups and tell us more.
    And you use textures that are not the right size, should be power of 2. In example, dobel-1033_traditionell-ek.jpg is 247 x 247 px, thats not good.

    Also you should be updating Verge3D, you are using 3.7.1. Just to be up to date, there were plenty useful updates.

    I like the idea of your solution, it could become something very smart. :good:

    in reply to: Lineart display #46775
    Pascal
    Customer

    I think there is no lineart modifier on the modifiers list for objects in blender? Or I missed it. I guess you are using the wireframe modifier? Then just apply the modifier before you export to gltf/glb or Sneek Peek the scene.
    Alternatively, use the “Enable Line Rendering” at the Verge3D Settings, on the Object Properties tab. You should not need to duplicate the object when using the “Enable Line Rendering”. But if you apply the wireframe modifier, you might want to have a backup of the model in an other collection. Make sure to exclude this other collection from export.
    Hope that helps somehow. Best regards!

    Pascal
    Customer

    Thank you for the tutorial!
    After some testing, I wonder if it is possible to pre-render multiple different light-probes and change them interactively via puzzles action? Like we usually do with materials on objects, configuration-like.

Viewing 14 posts - 31 through 44 (of 44 total)