Collision Placement and Performance...
I am having some issues with collision detection. It is inconsistent with detection (see code). I check for collision at two different places yet .collision() only detects a collision inside my keyTracker if statement such that "collided there" is printed to the console.
The filter is correct as collision is detected at at least one place but when I change it's location in the code, performance suffers. What am I missing here?
The filter is correct as collision is detected at at least one place but when I change it's location in the code, performance suffers. What am I missing here?
$.playground().registerCallback( function() { |
Comments
- Is a collision detected by the two calls in your example or only one ? (only in the keyTracker for example...)
- Or is it that the collision detection only works when you print something to the console too ?
- Is the code slower when the collision detection occurs outside of the keytracker ?