Сообщения, созданные пользователем Юрий Ковеленов
04 ноября 2015 12:59
Hi,
The new "move camera" node is just what I needed. It's hugely important to be able to move the camera target around efficientlyWe can consider adding "smoothing" option to this node.
It seems that the node "snaps" the camera to the new location immediately if you switch between 2 target objects. Is there any way to smooth out the translation a bit? i tried to animate the target object's location, but that didn't seem to work. It would be really nice to be able to have the target change location smoothly.
04 ноября 2015 12:51
Hi,
I have a model with UVs stretching outside the UV box. I applied a material with a texture to it. However even though Image Mapping > Extension mode is set to Repeat, when I export to webGL and give it a go the extension acts as Extend mode.Perhaps you are using non-power-of-two textures. This problem was fixed in the 15.10 release.
Am I doing something wrong or is it that blend4web simply doesn't allow UVs to leave the UV box?
04 ноября 2015 08:26
04 ноября 2015 08:25
Albeit it is wonderful for simple tasks, to trigger animations and such, we would like for instance to pass the result of a "Conditional Jump" node to the usual JS code written for the rest of the project.Well, to my knowledge there is no such possibility yet. For now I can only suggest something very hacky. Such as tracking a shader node parameter in JavaScript while setting this parameter in the logic editor with Set Shader Node Param.
Is there a dedicated way to do that or even a little trick ?
Thanks for pointing that out.
04 ноября 2015 08:06
04 ноября 2015 07:59
03 ноября 2015 14:18
02 ноября 2015 14:09
Hi,
For now, the position gets updated in an own loop, with JavaScripts: setInterval, but of course, is lagging behind the original scene.You can use main.set_render_callback() for this task.
Which mechanism exist in Blend4Web to hook into the main render loop?
02 ноября 2015 12:35
I am building the website so it's not online yet. I just want to make a try to know how it works that's why I use wamp in local.I see. I thought you are deploying it on an online host.
I attached my projectI imported it with the project manager. Indeed, the compiled version didn't run. However, it worked after re-compilation.
02 ноября 2015 11:34