Pixel Collision?
Monkey Forums/Monkey Programming/Pixel Collision?| 
 | ||
| Has anyone been able to get a pixel perfect collision detection on Monkey without editing mojo's native files? Thanks! | 
| 
 | ||
| you would need readpixel for each target. Which is possible. | 
| 
 | ||
| Like diddy's getPixel ? thanks | 
| 
 | ||
| If you have BlitzMax installed be sure to check out the CollideImage Function in brl.mod/max2d.bmx. Also do a rect/distance check before doing pixel-perfect check (performance). |