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.

Confidentiality of the project

Home Forums Programming Confidentiality of the project

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #50167
    felix
    Customer

    Hello. I have a question about the confidentiality of the project. For example, when creating HTML interface, I have to upload the app to Verge3D Network, but the material I deal with cannot be divulged in any way. What can I do? Is it possible to proceed without uploading the app Network to Verge3D?
    Thank You.

    #50258

    Is it possible to proceed without uploading the app Network to Verge3D?

    sure you can deploy your project on any website not just on Verge3D Network
    https://www.soft8soft.com/docs/manual/en/blender/Beginners-Guide.html#Publishing

    Chief 3D Verger | LinkedIn | Twitter

    #50577
    xeon
    Customer

    Hi Felix,

    Confidentiality is a concern that many clients and developers bring up. As Yuri pointed out, you can host your application where ever you want, but that does not provide you with Confidentiality.

    Keep in mind your project assets, gltf file, textures, JS, and everything that is displayed in your project is downloaded by the end user into their local browser and can be then taken use very similar to a JPG on a website. Not quite as easy as copy-paste but pretty close.

    If your model is confidential….I would recommend streamlining it down and making it to the minimal requirements and removing any confidential elements. Once its released online the gltf file can be used for other projects and for other modeling needs. We often get requests to take security steps to make the use of the models more difficult. We break the model in to multiple parts and then load them in seperatelly making any one gltf unusable.

    If confidentiality is important, minify your code, and wrap the application into a password protected area before you begin downloading assets so you can validate who is seeing it.

    Just remember though…once someone has sceen it they have all they need. There is nothing confideintial that is displayed in a web browser.

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

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