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.

Building HTML-Based User Interfaces for 3D Web Apps

Home Forums Tutorials Building HTML-Based User Interfaces for 3D Web Apps

Tagged: ,

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #27934
    hoopernash12
    Participant

    Hi all,
    I am very new to Verge3D and love it, i’ve created a model that has a html element for changing scenes and loading a web page in panel that works wonderfully on the local host, but when I try to test it on a mobile it just won’t load and keeps repeating the load scene on a loop before timing out? Any ideas welcome as mobile will my main output.

    https://cdn.soft8soft.com/AROAJSY2GOEHMOFUVPIOE:2525dc1a63/applications/159_Pencisely_Road_app/index.html

    kind regards
    Elliott

    #27969

    Hi,

    I try to test it on a mobile it just won’t load and keeps repeating the load scene on a loop before timing out?

    That crash probably happens because of heavy memory usage. Your application has many 2k and several 4k textures which overall use a lot of gpu memory.
    I’d recommend to resize those 2k images to at least 1k and see if it fixes the issue.

    Btw, in google chrome you can open Settings -> More Tools -> Task Manager and see how much video memory chrome is currently using. This is how it looks for me when I open you app:
    gpu_process.png

    – it should be much less if you optimize the textures.

    Attachments:
    You must be logged in to view attached files.

    Co-founder and lead developer at Soft8Soft.

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