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.

Max number of polygons/verticies?

Home Forums General Questions Max number of polygons/verticies?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9847
    patrickbelt
    Customer

    Hello. I am trying to use Verge3D to animate and interact with dense .stl meshes converted to .obj files. It would take several minutes to load the scene when I clicked the “sneak peak” button. (The original project contained about 500,000 verts.) To try and speed things up, I have decimated and retopologized a lot of the project so it is now down to 300,000 verts, but it still takes a while to load. Is there a limit to the number of verts or polygons (or project size in general) a scene can have before the load times start to slow down? Thank you.

    patrick.c.belt@gmail.com

    #9849

    Is there a limit to the number of verts or polygons (or project size in general) a scene can have before the load times start to slow down? Thank you.

    Recommended number of vetixes per scene is max 100,000 – this is optimal for loading. But you also can use LZMA compressing to compress your scene. It helps a lot. It doesn’t effect sneak peak but only loading an application exported to gltf file format. You also will be need to enable checkobox in Init puzzles “Compressed assets”. But most problem for loading the application is loading a textures, so the only way to optimize them convert to jpg (if possible), combine b/w masks into one rgb texture, reduse it’s size, reuse textures multimple times etc.

    Co-founder and lead graphics specialist at Soft8Soft.

    #9860
    jem
    Customer

    Maybe this is obvious, but I will state it anyway. When you press the “Sneak Peek” button, the Verge3D plugin builds the .gltf and .bin files before it loads those files into the browser. This build can take a long time. This build time will depend on the size of your scene and the speed of your CPU.

    Like you, I also have some high poly scenes and they do take some time to preview after I press the sneak peek button. Your end users will not experience this same lag because they will pull static gltf/bin files from your web server (rather than generated on-the-fly from Blender or 3DS).

    …plus, do everything that Mikhail said to do and you should be in good shape.

    Jeremy Wernick

    #9877

    Thanks for the addition, Jeremy. Indeed, the export operation may be prolonged for big scenes, especially if animated objects are present. We’ll consider optimizing the export by rewriting critical parts of the exporter script to C programming language, as we did for the Max version.

    Chief 3D Verger | LinkedIn | Twitter

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