Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
So, I have been working on a custom collision behavior but i cant seem to get it to work. If any one has any insight on what i maybe doing wrong or if this just wont work at all, please share! Thank you, beforehand! |
||||
|
/* |
||||
|
Archangel the colision in coppercube can be complicated thing; In coppercube for webgl exportation the physics engine is the most basic but functional, the box2d physics (maybe you extension is not accessing the functions of box2d or not accessing well box2d functions). In the itchio from robo, there is packed of extensions for coppercube one of these extensions is one colision behavior, try to give one look. In coppercube for make colision work for somethings is necessary add the extension colission in one object to apply colission proprieties (but the results can be diferents from box2d and physics simulation, physics simulations is bullet physics, and will only work for desktop exportation) The okeoke once in forum worked and showed one integration from coppercube with another physics engine, (I thought was cannon js, i don t have certain but I know is one physics engines can be used in web exportation) |
||||
|
For webgl projects the physics engines more used is box2d, cannon js, ammo js, havok now is can be used in babylon, jolt is being be used with three js in gdevelop game engine; maybe you will make one integration with another pyshics engine to do what you want. I coppercube normally the people use the action shot to apply some collison effects, especially raycasting in action shot. Another alternative is use sensor and variables to simulate collison system action. I hope some of this information can help you thanks the attention |
|