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.

shape keys vs shaders issue

Home Forums Bug Reports and Feature Requests shape keys vs shaders issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #59110
    kdv
    Participant

    If a mesh has only one shape key (Basis + Key 1), v3d engine finds errors in shaders and shows these warnings.

    But if a mesh has two or more shape keys then it’s OK. no errors, no warnings

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #59114

    Hi,

    This warning indicates that a loop contains only 1 iteration. It’s a perfectly valid thing. No idea why such a warning is issued at all. :unsure:

    Chief 3D Verger | LinkedIn | Twitter

    #59115

    BTW if these messages bother you, you can disable them by calling this code before loading a scene:

    v3d.apps[0].renderer.debug.checkShaderErrors = false;

    Chief 3D Verger | LinkedIn | Twitter

    #59116
    kdv
    Participant

    yeap, these warnings really annoy me ))) the console log must be clear showing the v3d version only ))) I’ve just added the second shape key to get rid of them. Profit: I know the cause now…

    Looks like here https://www.soft8soft.com/topic/optimize-loading-speed-issue/ is the same problem…

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.