Pool
#32
(11-04-2022, 07:07 AM)Jack Wrote: hello OldMoses

was playing your latest pool game and my subconscious anger led me to max the power at 50 on all my shots, after a number of shots I saw the 14 ball roll on top side rail from right to left, I am guessing it's bug Big Grin

Let me guess, it entered this condition after hitting a side pocket bevel and just sort of wiggled along the bumper? If so, I believe it's getting confused as to which bumper normal to take and gets out of bounds, then it just rebounds along the wall vector, zig-zagging back and forth. I've seen it several times myself.

I implemented the following dot product test and tried it with with all full power shots, so far I haven't been able to get it to walk the rail anymore.

Code: (Select All)
 'in SUB ColCheck  

'CHECK FOR BUMPER INTERSECTIONS
    FOR x% = 0 TO 17
        IF NewlineSegCirc(bmp(x%), bl(var)) = 0 THEN _CONTINUE
        IF R2_Dot(bl(var).d, bmp(x%).n) > 0 THEN _CONTINUE '<<<adding this line should stop bumper walkers
DO: LOOP: DO: LOOP
sha_na_na_na_na_na_na_na_na_na:
Reply


Messages In This Thread
Pool - by bplus - 04-25-2022, 08:15 PM
RE: Pool - by Dimster - 04-26-2022, 12:32 PM
RE: Pool - by vince - 04-27-2022, 11:20 PM
RE: Pool - by bplus - 04-27-2022, 11:29 PM
RE: Pool - by OldMoses - 11-02-2022, 03:30 AM
RE: Pool - by bplus - 11-02-2022, 11:59 AM
RE: Pool - by OldMoses - 11-02-2022, 12:13 PM
RE: Pool - by james2464 - 11-02-2022, 03:39 PM
RE: Pool - by bplus - 11-02-2022, 04:53 PM
RE: Pool - by james2464 - 11-02-2022, 05:20 PM
RE: Pool - by mnrvovrfc - 11-02-2022, 05:50 PM
RE: Pool - by OldMoses - 11-02-2022, 05:29 PM
RE: Pool - by bplus - 11-02-2022, 06:23 PM
RE: Pool - by MasterGy - 11-02-2022, 06:26 PM
RE: Pool - by johnno56 - 11-03-2022, 06:33 PM
RE: Pool - by mnrvovrfc - 11-03-2022, 07:01 PM
RE: Pool - by johnno56 - 11-03-2022, 08:17 PM
RE: Pool - by mnrvovrfc - 11-03-2022, 08:43 PM
RE: Pool - by bplus - 11-03-2022, 08:24 PM
RE: Pool - by johnno56 - 11-03-2022, 08:42 PM
RE: Pool - by johnno56 - 11-03-2022, 09:55 PM
RE: Pool - by Coolman - 11-03-2022, 10:11 PM
RE: Pool - by johnno56 - 11-03-2022, 10:28 PM
RE: Pool - by Coolman - 11-04-2022, 09:43 AM
RE: Pool - by mnrvovrfc - 11-04-2022, 03:36 PM
RE: Pool - by mnrvovrfc - 11-03-2022, 11:10 PM
RE: Pool - by OldMoses - 11-03-2022, 11:13 PM
RE: Pool - by bplus - 11-03-2022, 11:41 PM
RE: Pool - by vince - 11-04-2022, 01:50 AM
RE: Pool - by johnno56 - 11-04-2022, 02:07 AM
RE: Pool - by mnrvovrfc - 11-04-2022, 02:21 AM
RE: Pool - by OldMoses - 11-04-2022, 02:25 AM
RE: Pool - by Jack - 11-04-2022, 07:07 AM
RE: Pool - by OldMoses - 11-04-2022, 09:27 AM
RE: Pool - by johnno56 - 11-04-2022, 01:44 PM
RE: Pool - by bplus - 11-04-2022, 03:01 PM
RE: Pool - by johnno56 - 11-05-2022, 02:58 AM
RE: Pool - by mnrvovrfc - 11-05-2022, 04:40 AM
RE: Pool - by bplus - 11-05-2022, 04:39 AM



Users browsing this thread: 11 Guest(s)