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.

Verge3D 3.3 pre3 available!

Home Forums Official Announcements Verge3D 3.3 pre3 available!

Viewing 15 posts - 1 through 15 (of 53 total)
  • Author
    Posts
  • #30517

    Here is the 3rd preview build of the upcoming Verge3D 3.3. In this update we included important optimizations that led to significant reduction of loading time, several new puzzles, Noise map and OSL shaders support for the 3ds Max version and some other minor improvements.

    Chief 3D Verger | LinkedIn | Twitter

    #30518

    Loading speed

    We drastically improved loading performance thanks to various optimizations. Namely, we implemented parallel shader compilation among other things. Also the loading stages were restructured to speed up the overall loading process.

    The results can be seen on the chart below (measured on Intel Core i7-4790K / NVIDIA GTX 970 / Win 10).

    Puzzles

    The category Misc in the Puzzles editor was renamed as Advanced.

    New puzzles wait promise and promise value were added to the Advanced category.
    You can use these puzzles to retrieve data from JavaScript promises which are returned by the generate normal map and export glTF puzzles.

    New Material puzzles were implemented: get color and get value that now exist alongside the previously available set color and set value puzzles.

    Other improvements

    The variant of Verge3D run-time v3d.module.js is now provided with software installations (previously it was only contained in the Enterprise builds). This fixes issues with code examples most of which use this run-time.

    You can use this run-time if you need import declarations in your JavaScript code. This module also simplifies embedding of Verge3D code in your own programming projects.

    Max-specific

    The Noise map is now supported by Verge3D. Also we initiated supporting Open Shading Language (OSL) maps.

    Maya-specific

    We fixed another export crash with incorrectly assigned UV coordinates.

    Chief 3D Verger | LinkedIn | Twitter

    #30519

    Grab the preview build from the downloads page and see how it works for you!

    Chief 3D Verger | LinkedIn | Twitter

    #30525
    matthijsbinmat
    Customer

    Woehoe!!

    These load times are way better!

    :yahoo:

    #30528

    Yay!

    Soft8Soft Tech Chief
    X | FB | LinkedIn

    #30529
    core3d
    Customer

    This is great! Thank you

    #30541
    web
    Customer

    Great improvements. Thank you very much for all your hard work in making verge better and better.

    I tested the update on a bigger app. Sadly the scene loading time went from 3180ms to 6180ms. I just updated the v3d.js. Do I need to update gltf and other stuff also to make it work?

    #30542
    kubuz
    Customer

    nice !!

    #30549
    zjbcool
    Customer
    #30587

    Do I need to update gltf and other stuff also to make it work?

    Re-exporting gltf after update is always a good idea!

    Chief 3D Verger | LinkedIn | Twitter

    #30589
    GLiFTeK
    Customer

    Holy goodness, Batman!
    This is like early Christmas!

    The promises!! (The precciousss!!)

    The CSS HEX RGB! color values!

    The loooad times!

    THE MODULE FOR CODE EXAMPLES!

    …it’s all coming together now….

    Very psyched for this update guys! :yahoo:

    …but still gotta test it now… B-)

    Kudos for always listening to your user-base! :good:

    Thanks!

    #30590

    I tested the update on a bigger app. Sadly the scene loading time went from 3180ms to 6180ms. I just updated the v3d.js. Do I need to update gltf and other stuff also to make it work?

    No, you only need to update v3d.js. Also, loading time depends on whether a browser can utilize shader cache or not. If you change materials in your scene or the engine was changed somehow in a way that affects shader code then a browser needs to compile shaders again during the first load and it’s generally slower. But on subsequent loads it should be faster due to shader caching. Nevertheless the optimization that we made in this update should cover both cases.

    If you can share a link to your app we can check if something goes wrong during loading.

    Co-founder and lead developer at Soft8Soft.

    #30605
    illussimo
    Customer

    Works great, super-fast loading in Chrome and the latest version of Edge. (Edge is now based on Chromium.) :yahoo:
    Unfortunately, the KHR parallel shader compile extension is not yet supported in Firefox.
    But I suppose Firefox will follow soon. :yes:

    #30620
    GLiFTeK
    Customer

    Works great, super-fast loading in Chrome and the latest version of Edge. (Edge is now based on Chromium.) :yahoo: Unfortunately, the KHR parallel shader compile extension is not yet supported in Firefox. But I suppose Firefox will follow soon. :yes:

    AH! is this issue caused by the canvas puzzle?

    Edit: hmm but the canvas works though…hmmm

    #30664
    NaxosCG
    Customer

    Hello, is that safe to install the 3.3 pre-release while i’m in production ? I mean, is it stable enough, not too “beta” ?

    "1+1=3... for large values of 1"

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