- Joined
- Jun 12, 2015
- Messages
- 228
- Reaction score
- 72
Currently the movement of a turret is controlled by collision detection, Which is a very finnicky system, Turrets frequently get stuck on themselves if they are built tightly. A new system would be to calculate the angles and directions that the turret can move and restrict them to that but disable collision detection among components.