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.

Weight of the App

Home Forums General Questions Weight of the App

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #12782
    Jesse31
    Customer

    How to know the weight of the app created by verge3d? how to open the app/app manager without opening the blender?

    #12805

    Hi,

    How to know the weight of the app created by verge3d?

    You can use the browser console for that. See docs.

    how to open the app/app manager without opening the blender?

    You can run Verge3D’ local web server with Python 3:
    C:\verge3d\manager\python server.py

    or

    C:\verge3d\manager\python3 server.py

    If you want the App Manager to create .blend or .max files upon creation of a new app, you should additionally specify a parameter:

    C:\verge3d\manager\python server.py blender or

    C:\verge3d\manager\python server.py max

    Chief 3D Verger | LinkedIn | Twitter

    #12835
    Jesse31
    Customer

    Thanks,Yuri.

    Is it possible to load multiple Scenes in one app and make a game connecting them?

    #12852

    Yep, you can use Scene puzzles for load/unloading scenes in runtime. See also the “Load Unload” example in the App Manager.

    Chief 3D Verger | LinkedIn | Twitter

    #12859
    Jesse31
    Customer

    Please add a pdf version of the whole manual for offline reading

    #12873

    Please add a pdf version of the whole manual for offline reading

    Will have a heavy thought about this. :)

    Chief 3D Verger | LinkedIn | Twitter

    #12885
    Jesse31
    Customer

    Any plans to include virtual texture support, at least for static scenes?

    #12886

    Here is an old Three.js implementation that you try to integrated in Verge3D (which is Three.js-based).

    Chief 3D Verger | LinkedIn | Twitter

    #12887
    Jesse31
    Customer

    Ok, thanks.

    I am waiting for a offline manual pdf, can you please send it to me personally?

    #12888

    offline manual pdf

    Sorry we don’t currently have one, but as I said above, we will think about a possibility to make it.

    Chief 3D Verger | LinkedIn | Twitter

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