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.

Prevent Reload on Scroll

Home Forums Programming Prevent Reload on Scroll

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #70095
    ma77hew
    Participant

    Hi, I have my verge scene within a fixed element that stays in place as the user scrolls the parent document. Can anyone advise on how to disable reloading of my verge scene when this parent document is scrolled?

    http://tinyurl.com/2wvt7khj

    #70127

    Hi ma77hew,

    I checked out your link but could not find any 3D content on that page. :unsure:

    Chief 3D Verger | LinkedIn | Twitter

    #70220
    ma77hew
    Participant

    You can check it out here: http://tinyurl.com/49f4ck2a
    You’ll notice that when the user scrolls the page, my verge3D reloads. how can I avoid this?

    #70437
    ma77hew
    Participant

    Any advice?

    #70440
    xeon
    Customer

    oddly… at least on a mac, in chrome..reloading is not occurring..

    But what I can say is you are going to have loading issues more than likely on some devices.

    Take a look at your performance / console log.

    – no asset compression
    – 1,346,556 triangles
    – one light
    – You are having issues with BackgroundCubeMaterial
    – Room.002 MeshNodeMaterial
    – ToneMap

    You have one map that is very large 4096×2048
    Many more than double the size you really need given the content.

    The scene needs to be optimized … this may be an issue for some system and it will reload because its not able to hold everything in memory…but the reloading doesn’t seem to be ocurring if you have enough.

    Xeon
    Route 66 Digital
    Interactive Solutions - https://www.r66d.com
    Tutorials - https://www.xeons3dlab.com

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