论坛

由用户创建的信息 dal
14 November 2017 15:28
dal
А почему у вас stageload_cb передается как true в функции m_data.load?

И на самом деле по видео видно, что в консоли движок кричит, что ему плохо . По каким причинам? Трудно сказать, но лучше сначала остановить всю кровь, заливающую консоль , может и заработает?
Alexander (Blend4Web Team)
14 November 2017 15:12
dal
Yes, you can apply style depending on category value somewhere in create_annotation() function. Then you should compile the engine:
make compile_b4w
And build webplayer application with Project Manager.
Alexander (Blend4Web Team)
13 November 2017 18:34
dal
Reply to post of user ELSEdesigner2
yes but i dont need move camera i need switch by camera…
This is a good functionality, we've added it to our TODO list. But at the moment this is not a priority, especially since there is a good workaround suggested by Mikhail Luzyanin.
Alexander (Blend4Web Team)
13 November 2017 16:13
dal
В данный момент есть возможность отображать в wireframe режиме только все объекты сразу(wireframe.zip).

В данный момент также возможен такой вариант симуляции обводки.
Для этого нужно продублировать меш, поменять у него материал на цвет обводки, поскейлить и вывернуть нормали.
Alexander (Blend4Web Team)
10 November 2017 16:29
dal
I'm still not sure about the root of the issue. I need more information.

The alternative to a single html file is a separate webplayer application which can load json files.
You can use webplayer and load the json using load agrument:
http://localhost:6687/deploy/apps/webplayer/webplayer.html?load=../../assets/azure_grotto/azure_grotto.json

Please, try this.
Alexander (Blend4Web Team)
10 November 2017 15:59
dal
Currently we have no Samsung A3 2017 for testing. This is why I suggested you to try json approach. If json approach is working then the issue most likely in html exporter. I'm not suggesting you workaround, but I'm trying to understand and localize the issue.

Could you try another web browser on Samsung A3 2017, e.g. firefox?

Do you have any experience of debugging web applications on mobile phones? I'm afraid that currently this is only a one way to detect the problem. It would be very helpful to see the browser output. https://developers.google.com/web/tools/chrome-devtools/remote-debugging/
Alexander (Blend4Web Team)
10 November 2017 15:21
dal
Hello!
Here is a tutorial which can be helpful https://www.blend4web.com/en/community/article/23/
Alexander (Blend4Web Team)
10 November 2017 15:12
dal
Hello! And welcome to our forum!

Did you try to export default scene? Is it working?
Did you try this html on other phones?
Did you try to use json and viewer application loaded on your mobile?
Alexander (Blend4Web Team)
10 November 2017 14:56
dal
Спасибо за предложение! Мы подумаем над ним.
Alexander (Blend4Web Team)
09 November 2017 12:47
dal
Здравствуйте!
Подправил ваше нодовое дерево.
В данный момент если вы хотите выполнять анимацию одновременно, то ноду "Transform Object" нужно вызывать в различающихся ветках (различающиеся "Entry Point"). Сделал аимацию для объектов s1 и s2. А для s3 и s4 попробуйте сами .
Alexander (Blend4Web Team)