Forum

User posts Kirill Osipov
24 May 2017 19:06
Hello. Could you send us WebGL Report screenshot?
Blend4Web Team
kirill@blend4web.com
15 May 2017 10:57
Sorry. I understood the wrong way. You can use the show_fps parameter of the app.init method.
Blend4Web Team
kirill@blend4web.com
15 May 2017 10:31
You can use the show_fps attribute.
Blend4Web Team
kirill@blend4web.com
28 March 2017 11:07
работает без контроллеров

Собираемся добавить поддержку к следующему релизу.

сама картинка кубика менее четкая

Действительно, при включенном WebGL 2.0 присутствует баг. Для исправления необходимо добавить две строки
slink_left_copy.min_filter = m_tex.TF_LINEAR;
slink_left_copy.mag_filter = m_tex.TF_LINEAR;

на этой строке
https://github.com/TriumphLLC/Blend4Web/blob/master/src/scenegraph.js#L2159

сужу по аналогам на a-frame и three.js

Скиньте пожайлуста ссылку, чтобы мы могли сравнить.

вокруг него не обойдешь сколько не ходи

Для перемещения камеры в соответствие с положением шлема VR сейчас можно использовать сенсор. К следующему релизу постараемся упростить этот момент.
Blend4Web Team
kirill@blend4web.com
22 March 2017 13:21
Hello.

A simple VR application you can see here.
And here is documentation about stereo rendering.

I want to test a simple .json 3D-scene exported by Blend4web. Can someone guide me?

You can use our webplayer, there is the 'load' attribute for loading a .json-file.

Can we also use our smartphones (gyroscope) to control the camera movements (zoom in/out, rotation, etc) for non VR (normal web based 3D app).

Yes you can. If you are programmer, there are 3 ways to using gyroscope in you application. They are ordered from easy to hard:

It is preferable to use the sensor system. An example you can see here.
Blend4Web Team
kirill@blend4web.com
16 March 2017 18:04
Hello.

Probably, it is a Firefox's bug. We have written a bug report.

Right now it is better to use Chrome for your applications.
Blend4Web Team
kirill@blend4web.com
16 March 2017 17:54
Issue 1248560 - wrong value of alpha, beta, gamma angles.

Different orientations ==> same angles.



Blend4Web Team
kirill@blend4web.com
07 March 2017 13:24
Hello.

Take a look at the documentation.

Have a nice day.
Blend4Web Team
kirill@blend4web.com
12 January 2017 19:01
Десятая винда, Chromium, движок 16.11.

Сейчас мы занимается переработкой HMD.

при включении HMD переключателя
Воспроизводится во веб-плеере? Или в вашем приложении?

Chromium какой версии?
Blend4Web Team
kirill@blend4web.com
11 January 2017 18:55
Здравствуйте.

Возможно, дело в вызовах requestPresent из WebVR API
Какую версию движка вы используете? В каком приложении наблюдается данное поведение?
Blend4Web Team
kirill@blend4web.com