Spellcaster Studios

Make it happen…

Tag Archives: detection

New collision detection

Until now, the collision detection of the player character and the game world was point based, i.e. I would detect if the player could move to a position if the differential of heights of the new position was smaller than the “step size”. This would lead to this: Half the character is penetrating the scene, […]