Search found 3 matches

by p0co
Fri Mar 23, 2018 4:55 pm
Forum: Libraries and Tools
Topic: [11.3] AdMob support for Android + EU Consent
Replies: 106
Views: 272660

Re: [0.10.2] AdMob support for Android!

Does this library have support for leadership, and other Google Services ? or is it just admob ?
Can anyone recommend a library for google services leadership, scoreboard and admob plus what ever esle.
by p0co
Tue Mar 20, 2018 8:59 am
Forum: Support and Development
Topic: line with ellipse/circle collision
Replies: 15
Views: 10477

Re: line with ellipse/circle collision

I wouldn't use collisions for this. Instead, I suggest using intersection of two segments. Let me explain. My suggestion, however, is to score a point whenever the ball's centre crosses the line. To detect that, imagine the line between the ball's position in the previous frame and the ball's posit...
by p0co
Mon Mar 19, 2018 12:41 am
Forum: Support and Development
Topic: line with ellipse/circle collision
Replies: 15
Views: 10477

Re: line with ellipse/circle collision

Hi Guys, I need a ball to go through a line, when it does I increase the player's score. Similar to a soccer goal, but the line is moving. I dont want the ball to bounce off the line, I need it to go through it, but still trigger a collision so I can increase the players score. I want to use physics...