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.

append scene / replace texture. when loaded do next step action?

Home Forums Programming append scene / replace texture. when loaded do next step action?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #48803
    Victor Vallejo
    Customer

    Is there a way to know when a texture or a append scene is loaded/rendered on the screen ?
    something like “when rendered do” ( not “when loaded do or once ready do”, This two are only useful when you need to know the download status)
    We want to use this to trigger a feedback status on the app because when verge3D is processing FPS drop drastically and we want to lock UI during this time.

    #48809

    Hi,

    I think the updated scene is rendered on the next frame after the resources are loaded. So you can probably use the after puzzle with zero seconds to catch this moment.

    Chief 3D Verger | LinkedIn | Twitter

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