User posts seb
28 October 2015 14:46
28 October 2015 12:47
I read this but I cannot use project manager because it gives me this error :" 500: Internal Server Error".
I also try to use this script :
<!DOCTYPE html>
<html>
<head>
<script src="b4w.min.js"></script>
<script>
var m_app = b4w.require("app");
var m_data = b4w.require("data");
m_app.init({
canvas_container_id: "container_id",
callback: load_cb
})
function load_cb() {
m_data.load("untitled.json", loaded_cb);
}
function loaded_cb() {
m_app.enable_controls();
m_app.enable_camera_controls();
}
</script>
</head>
<body>
<div id="container_id" style="width: 350px; height: 200px;"></div>
</body>
</html>
my scene is loaded I think because I have the same warnings in my debugger's navigator but my screen is completely white…
I also try to use this script :
<!DOCTYPE html>
<html>
<head>
<script src="b4w.min.js"></script>
<script>
var m_app = b4w.require("app");
var m_data = b4w.require("data");
m_app.init({
canvas_container_id: "container_id",
callback: load_cb
})
function load_cb() {
m_data.load("untitled.json", loaded_cb);
}
function loaded_cb() {
m_app.enable_controls();
m_app.enable_camera_controls();
}
</script>
</head>
<body>
<div id="container_id" style="width: 350px; height: 200px;"></div>
</body>
</html>
my scene is loaded I think because I have the same warnings in my debugger's navigator but my screen is completely white…
27 October 2015 20:08
27 October 2015 11:02
Hello I would like some help for the last part of my project.
I have tried to put a glow effect on the rolls when I have my mouse on. I have this error : "Uncaught Unknown keyframe intepolation mode: 10.896549224853516". I think it is because of the keyframe but I do not understand why?
I took example on this project to realise the glow effect : https://www.blend4web.com/en/forums/topic/242/
I include all of the textures this time so you can see what is looks like
Thank you for you help
I have tried to put a glow effect on the rolls when I have my mouse on. I have this error : "Uncaught Unknown keyframe intepolation mode: 10.896549224853516". I think it is because of the keyframe but I do not understand why?
I took example on this project to realise the glow effect : https://www.blend4web.com/en/forums/topic/242/
I include all of the textures this time so you can see what is looks like
Thank you for you help
20 October 2015 07:47
Thank you the tutorial is interesting and I already watch some tutorials like this one.
I think it is exactly what I want in the exaple node_play_anim.blend but I cannot found the two animations "open" and "close"…
I do not understand? there is no keyframe and I really don't know how does it work…
I would like to play all of the animation(between 0-200) when I click on one of the scroll but all I can do for the moment is to play one of the animations and during all of the time…
I think it is exactly what I want in the exaple node_play_anim.blend but I cannot found the two animations "open" and "close"…
I do not understand? there is no keyframe and I really don't know how does it work…
I would like to play all of the animation(between 0-200) when I click on one of the scroll but all I can do for the moment is to play one of the animations and during all of the time…
19 October 2015 16:38
Hello I would like another advice, I don't know if I have to create a new subject so I post it here for the moment.
I would like to use the logic editor in the same project in order to make the animation when I click on one of the scrolls in the timeline 0-200. Is there an option to activate because when I try it nothing happened. the node editor is working but not this one.
any idea? I have included the project again
Thank you so much
I would like to use the logic editor in the same project in order to make the animation when I click on one of the scrolls in the timeline 0-200. Is there an option to activate because when I try it nothing happened. the node editor is working but not this one.
any idea? I have included the project again
Thank you so much
16 October 2015 13:21
16 October 2015 11:38
wow awesome I did not know how to use the bones and as I can see it is really important! thank you for the help.
I thought it was a good idea to make the scale effect but as you can see I want to make the paper move as if we move the two scrolls. With the scale effect it is a bit weird and not really what I want.
maybe the boolean can be use to make the two paper sides disappear as the same the as the scrolls move.
I thought it was a good idea to make the scale effect but as you can see I want to make the paper move as if we move the two scrolls. With the scale effect it is a bit weird and not really what I want.
maybe the boolean can be use to make the two paper sides disappear as the same the as the scrolls move.