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.

Preloader

Home Forums Puzzles Preloader

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #27701
    Emma
    Customer

    Hi,

    I’d like to create a “preloader” like your example “jewelry_configurator” , I tried to insert in my project, but really, I don’t know how to make it work.

    Can u help me ? Have u a simple example ?

    as always thanks

    Emma :bye:

    #27702

    Tutorial

    Co-founder and lead graphics specialist at Soft8Soft.

    #34486
    Emma
    Customer

    Hi at all !!

    I thought I solved the preload problem, but, I don’t know if it was the version change or my mistake (the latter is more likely) I can’t start the scene.
    I used the same system (copy and paste), but one works and second doesn’t work

    Es.
    https://www.cipierre.com/bkl/
    https://www.cipierre.com/4001/

    Can someone help me ? I remain available for anything.

    As always
    Thanks in advance

    #34493

    Hi,

    In your second example the html file is a bit outdated for some reason. It has the scene container element with the id “container”, but the application tries to access “v3d-container” instead (which is the default one for all new verge3d projects).

    So, in order to fix that you need to open the application’s html file, then find the line:

    
    <div id="container"></div>
    

    and change it to:

    
    <div id="v3d-container"></div>
    

    Co-founder and lead developer at Soft8Soft.

    #34516
    Emma
    Customer

    Thanks perfect !!

    Problem resolved. new releases come out too fast, I can’t keep up with them. :D

    Emma :bye:

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