collision detection[solved]
08 January 2016 01:15
08 January 2016 13:55
Hello!
Currently it's not possible to do collision detection using logic nodes, so it's possible you have to do it using JavaScript. And yes cartoon interior is a nice introduction tutorial.
Currently it's not possible to do collision detection using logic nodes, so it's possible you have to do it using JavaScript. And yes cartoon interior is a nice introduction tutorial.
Blend4Web Team
https://twitter.com/AlexKowel
https://twitter.com/AlexKowel
08 January 2016 20:26
08 January 2016 23:56
I totally understand. It was more of a way to try to avoid going full JS. It looks like I will have to act like a big boy now.
Nevertheless I really think that you could, with a few extra new nodes, be as powerful as the BGE. Specially with the all node 2.8 promises… Did you ever think of that as a opportunity? Interactive web is like the future. By future I mean Tomorrow not next year
EDIT :
I have controls for my character in a node-tree. Can I detect collision trigger a animation in JS while keeping controls in node?
Nevertheless I really think that you could, with a few extra new nodes, be as powerful as the BGE. Specially with the all node 2.8 promises… Did you ever think of that as a opportunity? Interactive web is like the future. By future I mean Tomorrow not next year
EDIT :
I have controls for my character in a node-tree. Can I detect collision trigger a animation in JS while keeping controls in node?
09 January 2016 19:18
Nevertheless I really think that you could, with a few extra new nodes, be as powerful as the BGE. Specially with the all node 2.8 promises… Did you ever think of that as a opportunity?We would definitely improve logic editor. Actually, that's what we were discussing with Ton Roosendaal. Users have to be able to prepare everything in Blender and just export it to b4w without any additional coding. But anyway, serious projects should be written with JS because of performance matters and flexibility which can't be achieved with node logic.
I have controls for my character in a node-tree. Can I detect collision trigger a animation in JS while keeping controls in node?Yes, this should work.
10 January 2016 00:03
10 January 2016 01:21
11 January 2016 11:49
29 April 2016 15:13
Reply to post of user Yuri KovelenovWe kinda changed our minds This is now possible! (as of 16.04).
Nope, js/nodes mix is not supported. Our motivation behind this is that if somebody is prepared to code then he/she would better use pure javascript: app architecture will be more clear.