Forum

User posts Yuri Kovelenov
02 November 2015 10:54
Hi Kristian,

You can use Reverse option like in this example:

The Founder | Twitter | Facebook | Linkedin
02 November 2015 10:37
Hi and welcome!

Surprisingly, we obtained four "devices" at Blender Conference. I cannot speak about any specific date, but at least, we have them in possession.
The Founder | Twitter | Facebook | Linkedin
02 November 2015 10:30
Hi,
BTW, is there anything that would prevent the use of normal HTML5 audio features at the same time than the B4W JS engine ?
You can surely use plain HTML5 audio.
See http://www.javascriptkit.com/script/script2/soundlink.shtml
The Founder | Twitter | Facebook | Linkedin
02 November 2015 10:27
Hi,

Distance from the camera to an object can obtained as follows:
var obj_pos = m_trans.get_object_center(obj);
var cam_eye = m_cam.get_eye(camobj);
var dist = m_vec3.dist(obj_pos, cam_eye);

Objects can be scaled with the following method:
m_trans.set_scale(obj, factor);

Hope this helps!
The Founder | Twitter | Facebook | Linkedin
02 November 2015 10:18
Мне вот тут тоже понадобилось превратить кубик в параллелепипедик.
Также можно воспользоваться низкоуровневыми API.
Пример https://www.blend4web.com/apps/code_snippets/code_snippets.html?scene=dynamic_geometry
The Founder | Twitter | Facebook | Linkedin
29 October 2015 20:05
Здравствуйте,

необходимо выставить тип прозрачности Add. См. также пример в этом топике.
The Founder | Twitter | Facebook | Linkedin
29 October 2015 17:33
Мы рады сообщить о выходе в свет очередной версии Blend4Web, открытой платформы для создания интерактивных трехмерных веб-приложений. В этом релизе: новые возможности менеджера проектов, новые узлы редактора логики, улучшенный антиалиасинг и поддержка текстур произвольных размеров.
Читать далее…
The Founder | Twitter | Facebook | Linkedin
29 October 2015 17:32
We are proud to announce a new release of Blend4Web, an open source framework for creating interactive 3D web content. In this release you'll find: new features in the project manager, new logic nodes, improved anti-aliasing and support for textures of any size.
Read more…
The Founder | Twitter | Facebook | Linkedin
29 October 2015 09:28
The issue with disappearing big textures was resolved in 15.10.
The Founder | Twitter | Facebook | Linkedin
29 October 2015 09:27
This issue was resolved in 15.10.
The Founder | Twitter | Facebook | Linkedin