azurite-engine / Azurite

Azurite Game Engine is a 2D Java game engine built on top of LWJGL.
https://azurite-engine.github.io
MIT License
42 stars 20 forks source link

Issue with tile rendering. #60

Closed Pricter closed 2 years ago

Pricter commented 2 years ago

This bug is related to the bug with collision system, the same here, when i am accelerated to insane speeds, Example: There is a block tile above me and i spam the w key, the tile start to jitter and small white lines appear between the tiles, and it happen for all the tiles, even though i am not even touching them

Juyas commented 2 years ago

its actually related to the character controller, since you effectively break the current version of the engine with that. If the character controller is fixed or removed, it should be fine.

athaun commented 2 years ago

We are planning on removing the current character controller soon.