User posts Yuri Kovelenov
26 February 2016 15:37
The Blend4Web team proudly presents a new release of the framework for developing 3D web apps. In version 16.02 you will get four new shader nodes all at once, the project manager which can now prepare apps for deployment on a remote server, fully animatable environment settings and upgraded particle systems.
https://www.blend4web.com/en/article/186/
https://www.blend4web.com/en/article/186/
26 February 2016 15:35
Команда Blend4Web представляет новый релиз платформы для разработки трехмерных браузерных приложений. В версии 16.02 были реализованы сразу четыре новых шейдерных узла, в менеджере проектов появилась возможность подготавливать приложения к развертыванию на сервере, настройки окружения стало возможным анимировать, а в частицах теперь можно использовать узловые материалы.
https://www.blend4web.com/ru/article/184/
https://www.blend4web.com/ru/article/184/
25 February 2016 19:41
Hi,
Could you tell me how easy it would be to code this so that instead of placing the objects you need to select a pre-loaded layout? For example if you select one layout you can only have four things in the four corners of the room. You can pick what you place in the corner but you can't move it from the corner. I hope that explanation makes sense.This looks even easier to implement to me than fully interactive moving objects. If I understood you correctly of course.
23 February 2016 20:17
Is-it possible to show me a basic .blend with a glow effect ?here you go
https://www.blend4web.com/en/forums/topic/657/
22 February 2016 23:25
22 February 2016 12:58
Hi,
When I panning my camera, sometimes I press right mouse button, and it shows me the pop up window.We use this code to disable the browser right-click menu in our web player:
Is there any way to prevent this?
window.oncontextmenu = function(e) {
e.preventDefault();
e.stopPropagation();
return false;
};
22 February 2016 08:03
20 February 2016 14:38
19 February 2016 22:07
19 February 2016 18:16