Сообщения, созданные пользователем Юрий Ковеленов
27 августа 2016 09:03
26 августа 2016 16:35
Hi selvaraj,
The user can save parameters in the scene, such as what models are loaded, what color and textures are applied, etc in two ways:
1. client side: serialize params in JSON string and store in the browser local storage
This way is good for temporary storing, for example if the user reloads the page you can restore his or her design by checking the storage, de-serializing and applying the data
2. server side: send params to the server and store in a database associated with the user account.
This way is good for permanent storing, such as for favorites or for manufacturing.
In any way, WebGL/Blend4Web applications are no different than regular web applications.
Hope this helps!
The user can save parameters in the scene, such as what models are loaded, what color and textures are applied, etc in two ways:
1. client side: serialize params in JSON string and store in the browser local storage
This way is good for temporary storing, for example if the user reloads the page you can restore his or her design by checking the storage, de-serializing and applying the data
2. server side: send params to the server and store in a database associated with the user account.
This way is good for permanent storing, such as for favorites or for manufacturing.
In any way, WebGL/Blend4Web applications are no different than regular web applications.
Hope this helps!
26 августа 2016 11:26
Hi and welcome to the Blend4Web forums!
Yes, Blend4Web offers JavaScript API which you can use to modify the geometry in run-time.
Can blend4web create a dynamic product configurator that will make the 3D model stretch and grow when user types in new dimensions?
It would be like this one, except instead of choosing dimensions from a list, you type in your dimensions and it will create it to that size.
Yes, Blend4Web offers JavaScript API which you can use to modify the geometry in run-time.
25 августа 2016 18:20
25 августа 2016 18:05
25 августа 2016 18:01
25 августа 2016 17:39
25 августа 2016 10:07
24 августа 2016 14:28
What have changed between now and 15 minutes ago ? I still don't know .This is probably the browser cache. You can keep the browser console open (F12) and set it to non-caching mode.