由用户创建的信息 Evgeny Rodygin
19 July 2016 19:13
Andrey Prakhov describes important patches for Blender by Blend4Web Team in this article.
19 July 2016 19:10
Андрей Прахов разобрал три важных патча для Blender от Blend4Web.
Ссылка на статью.
Ссылка на статью.
14 July 2016 19:31
Hello,
I would suggest you to take a look at this code snippet
It does exactly what you need: procedurally moves to one object, and when you click the screen, animation stops and you can control the camera with a mouse. To access the code you can click the View Code button in the bottom-left corner of the page.
I would suggest you to take a look at this code snippet
It does exactly what you need: procedurally moves to one object, and when you click the screen, animation stops and you can control the camera with a mouse. To access the code you can click the View Code button in the bottom-left corner of the page.
12 July 2016 16:34
Andrey Prakhov 已加入 Blend4Web 网志!
https://www.blend4web.com/zh/community/article/248/
https://www.blend4web.com/zh/community/article/248/
12 July 2016 15:17
Andrey Prakhov has joined the Blend4Web blog!
https://www.blend4web.com/en/community/article/247/
https://www.blend4web.com/en/community/article/247/
12 July 2016 15:11
К ведению блога Blend4Web присоединился Андрей Прахов!
https://www.blend4web.com/ru/community/article/246/
https://www.blend4web.com/ru/community/article/246/
08 July 2016 10:22
Ответ на сообщение пользователя КириллДа, действительно есть такая проблема. При вызове функции apply_force сбрасываются приложенные к объекту силы, в т.ч. гравитация. Мы исправим это повденеие к следующему релизу.
Приветствую. Появился такой вопрос с физикой:
Есть функция apply_force, которая задаёт постоянную силу воздействия на объект, при этом действие гравитации пропадает. Как вернуть всё обратно после применения этой функции?
Так же интересен ответ на этот топик.
По второму вопросу, да, apply_force_world, можно использовать для симуляции нужно гравитации. Понадобится только правильно рассчитывать силу.
01 July 2016 18:20
01 July 2016 15:43
Thanks for the bug report!
Looks like this is related to this Chromium sandbox bug with the latest Ubuntu Release.
Drivers update can possibly help. Anyway, we'll try to find some workaround for such setup.
Looks like this is related to this Chromium sandbox bug with the latest Ubuntu Release.
Drivers update can possibly help. Anyway, we'll try to find some workaround for such setup.
19 June 2016 21:23
Hello,
A solution depends on how you created the interface.
If the buttons are simple html elements with color defined in their style description, you can use something like this (button_elem is a sample name):
And then create RGB components from the color variable.
The last step is to apply color to the real 3D object using this method for simple materials or this method for node materials.
A solution depends on how you created the interface.
If the buttons are simple html elements with color defined in their style description, you can use something like this (button_elem is a sample name):
var color = button_elem.style.color
And then create RGB components from the color variable.
The last step is to apply color to the real 3D object using this method for simple materials or this method for node materials.