Forum

User posts superbirds
07 December 2015 18:10
For information,

I saw that glitches on iphone 4, 4s, and 5, and 5c.

Waiting for the next release!!!
07 December 2015 18:01
Thank you Kirill.
It 's very helpfull to have such quick response.

For changing the cursor is there a way?
07 December 2015 17:29
I also try to create invisible button with transparent selectable 3d plane object, but it seems not working when the object is fully transparent? Any way to do this?

It's a lot's of questions, but i just begin my journey in Blend4Web!
07 December 2015 17:25
Is it possible to show the "pointer" or "move" cursor when user is over a specific 3d object in js?

07 December 2015 15:56
ok Roman.

Let me no as soon as you get a solution.
Iphone 4 and 5 represent a lot of people!

thanx
07 December 2015 14:32
Hello,

i try to see my app on iphone 4, 4S and 5, 5C and there is a big graphic bug.
i try on safari, chrome and firefox
the same with the logo on your site?



the problem is with the json/js version of the app.
No problem with the html version, but no interaction of course.

Do yo no if we can avoid this problem on this devices (iphone 4 and 5)?



04 December 2015 15:52
Ok thanx again Roman!
Seems so easy when you write it…
Maybe it should be nice to have simple example like that in the API doc…


04 December 2015 14:22
Hello,

i try to play different animations (rotation) of an object via the API.
But i don't know how to add the animations to the object's animation slots in blender to call them in my js?
Thanx for helping me.



04 December 2015 12:11
OK,
thanx Roman, you're right :
I started this project on the 15_10 SDK, and it keeps the old b4w.min.js
I replace by the new one and it 's ok!

Thx
04 December 2015 01:33
Hello,

i try to hide an empty with all his children :

m_scenes.hide_object(m_scenes.get_object_by_name("my_empty"), false);


it dosen't work, it seems it hides only the empty, not the children.

The same when i try to hide a lamp :

m_scenes.hide_object(m_scenes.get_object_by_name("my_lamp"));


it gives this error :
B4W ERROR: show/hide is only supported for dynamic meshes/empties

The API doc says it is possible :
Check if object is hidden. Supported only for dynamic meshes/empties and lamps.

is it? how do i do?

Thank u